python-calamine icon indicating copy to clipboard operation
python-calamine copied to clipboard

Some suggestions

Open Rex859619 opened this issue 1 year ago • 1 comments

I'm not familiar with rust and having some problems with this proj.

Sometimes an integer in a table is incorrectly converted to a floating point number. Are there future plans to provide a string-only schema without data conversion?

Also, can I skip the empty lines in the middle of the sheet?

Rex859619 avatar Oct 29 '24 13:10 Rex859619

Hi.

Sometimes an integer in a table is incorrectly converted to a floating point number.

All numbers in Excel are stored as floats, so it's hard to detect the type of number with 100% success. Could you give an example file with this problem?

Also, can I skip the empty lines in the middle of the sheet?

No, and I don't have a plan to add this feature.

dimastbk avatar Nov 02 '24 16:11 dimastbk