typedef struct _DOCWRTXLSOPTIONS
{
DOCWRTOPTIONS Options;
L_VOID * pReserved;
L_UINT32 uFlags;
} DOCWRTXLSOPTIONS, *pDOCWRTXLSOPTIONS;
The DOCWRTXLSOPTIONS structure provides information about the Microsoft Excel file format (XLS).
Structure that contains structure size information for the XLS format.
Reserved for future use. Pass NULL.
Flag that indicates extra options for writing XLS files. Currently there are no flags. Reserved for future use.
pDOCWRTXLSOPTIONS is a pointer to a DOCWRTXLSOPTIONS structure. Generally, if a function parameter type is pDOCWRTXLSOPTIONS, you can declare a DOCWRTXLSOPTIONS variable and update the structure's fields. Then pass the variable's address in the parameter. Declaring a pDOCWRTXLSOPTIONS variable is necessary only if your program requires a pointer.
The XLS file extension is used for Microsoft Excel 97-2003 documents, part of the Microsoft Office Suite of software.
XLS is the default format used with Office 97-2003. XLS is a Microsoft proprietary Binary Interchange File Format. Microsoft Excel 97-2003 uses XLS as the default file format when creating a new document.
The LEADTOOLS Document Writers support creating version XLS. The following features are supported:
The uStructSize of the DOCWRTOPTIONS structure should be set to the size of DOCWRTXLSOPTIONS, Use the sizeof() operator to calculate this value.
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