typedef struct _FILEXLSOPTIONS
{
L_UINT uStructSize;
L_UINT32 uFlags;
} FILEXLSOPTIONS, *pFILEXLSOPTIONS;
The FILEXLSOPTIONS structure provides information on loading Microsoft Excel 2003 (XLS) files in LEADTOOLS.
Size of the structure. This must be set before passing this structure to the LEAD functions. Use sizeof(FILEXLSOPTIONS) to calculate this value.
Flag that indicates how XLS files are rendered:
Value | Meaning |
---|---|
XLS_FLAGS_MULTIPAGE_SHEET | [0x00000001] Depending on the current rasterization options set with RASTERIZEDOCOPTIONS, the resulting rendered size of the page can hold more than one sheet. If this flag is set, as many sheets as possible will be rendered on the same page if the size permits. Otherwise, exactly one sheet per page will be used. |
XLS_FLAGS_DISABLE_CELL_CLIPPING | [0x00000002] If this flag is set, the rendered page width/height chosen by the user will be approximated to the nearest cell width/height to avoid clipping Excel document cells. This means the resulting page's width/height will be either equal to or more than the specified page width/height depending on cell dimensions. This flag has no effect unless XLS_FLAGS_MULTIPAGE_SHEET is set. |
XLS_FLAGS_SHOW_HIDDEN_SHEET | [0x00000004] Render all hidden sheets. |
XLS_FLAGS_MULTIPAGE_USESHEETWIDTH | [0x00000008] Use the full sheet when rasterizing or converting the sheet. |
XLS_FLAGS_PAGEORDER_DOWNTHENOVER | [0x00000010] Cut the sheet into multiple pages by moving from top to bottom first. |
XLS_FLAGS_MULTIPAGE_ENABLEMARGINS | [0x00000020] Consider the margins when rendering a sheet or a page. |
XLS_FLAGS_SHOWGRIDLINES | [0x00000040] When set, the sheet's grid lines will be rendered. |
NOTE: If the sheet size is larger than the page size specified by the user, the sheet will be cropped regardless of the setting of this flag.
pFILEXLSOPTIONS is a pointer to a FILEXLSOPTIONS structure.
XLS files have no physical width or height in pixels. Use RASTERIZEDOCOPTIONS to control how the final document is rendered as a raster image.
The structure is used by:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document