|
SimpleXlsx
r0.19
|
The following namespace contains declarations of a number of classes which allow writing .xlsx files with formulae and charts. More...
Classes | |
| class | CChartsheet |
| The class CChartsheet is used for creation sheet with a number of charts. More... | |
| class | Font |
| Font describes a font that can be added into final document stylesheet. More... | |
| class | Fill |
| Fill describes a fill that can be added into final document stylesheet. More... | |
| class | Border |
| Border describes a border style that can be added into final document stylesheet. More... | |
| class | NumFormat |
| NumFormat helps to create a customized number format. More... | |
| class | Style |
| Style describes a set of styling parameter that can be used into final document. More... | |
| class | CellCoord |
| Cell coordinate structure. More... | |
| class | ColumnWidth |
| Column width structure. More... | |
| class | CellDataStr |
| cell data:style pair More... | |
| class | CellDataTime |
| cell data:style pair More... | |
| class | CellDataInt |
| cell data:style pair More... | |
| class | CellDataUInt |
| cell data:style pair More... | |
| class | CellDataDbl |
| cell data:style pair More... | |
| class | CellDataFlt |
| cell data:style pair More... | |
| struct | Comment |
| This structure describes comment item that can added to a cell. More... | |
| class | StyleList |
| This structure represents a handle to manage newly adding styles to avoid dublicating. More... | |
| class | CWorkbook |
| The class CWorkbook is used to manage creation, population and saving .xlsx files. More... | |
| class | CWorksheet |
| The class CWorksheet is used for creation and population .xlsx file sheet table with data. More... | |
Enumerations | |
| enum | EChartTypes |
| Possible chart types. | |
| enum | EBorderStyle |
| Possible border attributes. | |
| enum | EFontAttributes |
| Additional font attributes. | |
| enum | EPatternType |
| Fill`s pattern type enumeration. | |
| enum | EAlignHoriz |
| Text horizontal alignment enumerations. | |
| enum | EAlignVert |
| Text vertical alignment enumerations. | |
| enum | ENumericStyle |
| Number styling most general enumeration. | |
| enum | ENumericStyleColor |
| Number can be colored differently depending on whether it positive or negavite or zero. | |
Functions | |
| bool | MakeDirectory (const _tstring &dirName) |
| Namespace-owned global function to create nested directories` tree. | |
The following namespace contains declarations of a number of classes which allow writing .xlsx files with formulae and charts.
| bool SimpleXlsx::MakeDirectory | ( | const _tstring & | dirName | ) |
Namespace-owned global function to create nested directories` tree.
| dirName | directories` tree to be created |