Closed JavierRenero closed 3 years ago
Hi Javier, thank you for considering using pylightxl. The current tests run a series of tests against various data types, integers, floats, strings, formulas and they are all showing appropriate results. Can you provide a bit more information on what the issue is that you are seeing? We were unable to replicate the issue from our end.
i can give u the excel if you want to replicate the error. Some funtion names and tag ar in spanish if u need traduction i will help you. IrisMod.xlsx tryFloat.txt
you finally solve it or not clue of the error
please do a pip install git+https://github.com/PydPiper/pylightxl.git -U
off of github that has the fix. We will include the fix in the next pypi release shortly
it still happens i don't know how to solve it
hi @JavierRenero can you try and uninstall pylightxl and install it via pip install git+https://github.com/PydPiper/pylightxl.git
the new version will be released shortly on pypi
I already did it.
and it still happend.
Output:
[[0.22222222222222213, 0.6249999999999999, 0.06779661016949151, 0.04166666666666667, -1],...
Should be:
i am not seeing the error there. The integer -1 is still an integer -1
what happens is that in some position the number increases by a decimal
Here is the raw data out of your spreadsheet. There is no rounding or truncation done by pylightxl. It is directly ready from the full data that excel stores:
okay it is correct my fault it is correctly done thanks you any ways, is just excel that truncation the numbers on the interface
Pylightxl Version: 1.54 Python Version: 3.9.2
Summary of Bug/Feature: Issues reading range of cells, each cells have decimals
Traceback: i do not know how to do it
Suggestion for fix: No clue
My Code: