60 std::string m_formatString;
61 std::vector<FormatSection> m_sections;
65 void parseSection(
const std::string& sectionStr);
68 std::string formatDateTime(
double excelDate,
const FormatSection& section)
const;
69 std::string formatNumeric(
double number,
const FormatSection& section,
bool addMinusSign)
const;
70 std::string formatText(
const std::string& text,
const FormatSection& section)
const;
Class encapsulating a cell value.
Definition XLCellValue.hpp:79
Definition IZipArchive.hpp:18
XLFormatTokenType
Definition XLNumberFormatter.hpp:10