DLL
To save to a buffer
Call the SSSaveToBuffer function and set the parameters as follows:
- If you have multiple sheets, set SSSetSheet first.
- If you want to save both data and formatting, set the fDataOnly parameter to FALSE.
- If you want to save data only, set the fDataOnly parameter to TRUE.
Note: The calling application is responsible for freeing the return buffer. |