libxlsxwriter
Data Fields
lxw_doc_properties Struct Reference

Detailed Description

Workbook document properties. Set any unused fields to NULL or 0.

Examples
doc_properties.c.

Data Fields

char * title
 
char * subject
 
char * author
 
char * manager
 
char * company
 
char * category
 
char * keywords
 
char * comments
 
char * status
 
char * hyperlink_base
 
time_t created
 

Field Documentation

◆ title

char* lxw_doc_properties::title

The title of the Excel Document.

Examples
doc_properties.c.

◆ subject

char* lxw_doc_properties::subject

The subject of the Excel Document.

◆ author

char* lxw_doc_properties::author

The author of the Excel Document.

◆ manager

char* lxw_doc_properties::manager

The manager field of the Excel Document.

◆ company

char* lxw_doc_properties::company

The company field of the Excel Document.

◆ category

char* lxw_doc_properties::category

The category of the Excel Document.

◆ keywords

char* lxw_doc_properties::keywords

The keywords of the Excel Document.

◆ comments

char* lxw_doc_properties::comments

The comment field of the Excel Document.

◆ status

char* lxw_doc_properties::status

The status of the Excel Document.

◆ hyperlink_base

char* lxw_doc_properties::hyperlink_base

The hyperlink base URL of the Excel Document.

◆ created

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.