You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2022. It is now read-only.
I have an issue where an XSLX spreadsheet has a column of decimal entries but when they are read by spout they drop the trailing zero.
For example the following entries in the column
1.10
1.20
1.30
Are all read by Spout as
1.1
1.2
1.3
The text was updated successfully, but these errors were encountered: