Hi All,
I have received some other date value from the .xlsx file. Used the Spreadsheet::XL SX module to read the data from the file.
Source file value : 19/07/1988 14:00:00
The actual data : 32343.58 ( The values return from the cell while read the data from that cell).
I also used the Spreadsheet::XL SX::Utility2007 ;Spreadsheet::X LSX::Fmt2007; module to get the correct date but not yet resolve.
Can any one give me the idea to resolve the problem.
Regards,
Ram.
I have received some other date value from the .xlsx file. Used the Spreadsheet::XL SX module to read the data from the file.
Source file value : 19/07/1988 14:00:00
The actual data : 32343.58 ( The values return from the cell while read the data from that cell).
I also used the Spreadsheet::XL SX::Utility2007 ;Spreadsheet::X LSX::Fmt2007; module to get the correct date but not yet resolve.
Can any one give me the idea to resolve the problem.
Regards,
Ram.
Comment