freexl.h | freexl.h | |||
---|---|---|---|---|
skipping to change at line 370 | skipping to change at line 370 | |||
}; | }; | |||
/** | /** | |||
Typedef for cell value structure. | Typedef for cell value structure. | |||
\sa FreeXL_CellValue_str | \sa FreeXL_CellValue_str | |||
*/ | */ | |||
typedef struct FreeXL_CellValue_str FreeXL_CellValue; | typedef struct FreeXL_CellValue_str FreeXL_CellValue; | |||
/** | /** | |||
Return the current library version. | ||||
\return the version string. | ||||
*/ | ||||
FREEXL_DECLARE const char *freexl_version (void); | ||||
/** | ||||
Open the .xls file, preparing for future functions | Open the .xls file, preparing for future functions | |||
\param path full or relative pathname of the input .xls file. | \param path full or relative pathname of the input .xls file. | |||
\param xls_handle an opaque reference (handle) to be used in each | \param xls_handle an opaque reference (handle) to be used in each | |||
subsequent function (return value). | subsequent function (return value). | |||
\return FREEXL_OK will be returned on success, otherwise any appropria te | \return FREEXL_OK will be returned on success, otherwise any appropria te | |||
error code on failure. | error code on failure. | |||
\note You are expected to freexl_close() even on failure, so as to | \note You are expected to freexl_close() even on failure, so as to | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 7 lines changed or added | |||