libxlsxwriter
|
Workbook document properties. Set any unused fields to NULL or 0.
Data Fields | |
const char * | title |
const char * | subject |
const char * | author |
const char * | manager |
const char * | company |
const char * | category |
const char * | keywords |
const char * | comments |
const char * | status |
const char * | hyperlink_base |
time_t | created |
const char* lxw_doc_properties::title |
The title of the Excel Document.
const char* lxw_doc_properties::subject |
The subject of the Excel Document.
const char* lxw_doc_properties::author |
The author of the Excel Document.
const char* lxw_doc_properties::manager |
The manager field of the Excel Document.
const char* lxw_doc_properties::company |
The company field of the Excel Document.
const char* lxw_doc_properties::category |
The category of the Excel Document.
const char* lxw_doc_properties::keywords |
The keywords of the Excel Document.
const char* lxw_doc_properties::comments |
The comment field of the Excel Document.
const char* lxw_doc_properties::status |
The status of the Excel Document.
const char* lxw_doc_properties::hyperlink_base |
The hyperlink base URL of the Excel Document.
time_t lxw_doc_properties::created |
The file creation date/time shown in Excel. This defaults to the current time and date if set to 0. If you wish to create files that are binary equivalent (for the same input data) then you should set this creation date/time to a known value.