Const TYPE_STRING = 0x01; // string Const TYPE_INT = 0x02; // Integer Const TYPE_DOUBLE = 0x04; // floating point Const TYPE_TIMESTAMP = 0x08; // timestamp to convert the formatted time character in the xlsx file to a timestamp
Last updated 5 years ago