Add custom number format support
This commit is contained in:
@@ -30,9 +30,12 @@ namespace QXlsx {
|
||||
|
||||
struct NumberData
|
||||
{
|
||||
NumberData() : formatIndex(0) {}
|
||||
NumberData() : formatIndex(0), _valid(true) {}
|
||||
|
||||
int formatIndex;
|
||||
QString formatString;
|
||||
|
||||
bool _valid;
|
||||
};
|
||||
|
||||
struct FontData
|
||||
|
||||
Reference in New Issue
Block a user