-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Determine cell type #12
Comments
Hi, |
I made some modifications to the library to support data types. I could email the file to you and you can see if you want to add it or not.. Then I don't need to make a pull request. :) |
I would be glad to have a look at you modified code. And if it's good I could include it. |
Here you are. I fixed a lot of POSIX naming problems as well that generated a lot of warnings. And if you decide to add it, then it should be added to the callback version of reading as well. |
Why did you switch from stricmp to _stricmp? In my experience stricmp is more portable, and platform portability remains an important goal of the project. Which platform are you on exactly? |
Mostly it was due to Visual Studio 2015 giving heaps of warnings about it. :) |
May I know this determine cell type feature is available in the latest release? It is quite important as we need to know the datatype before we know which api method to call. |
This feature is not trivial to implement, and has not been added yet. |
Hi guys. Do we have any chance to see this implemented soon? Do you have any workaround for this? |
It would be very useful to be able to question what cell type something is, if it should be used as a string, number or date, for example to know if xlsxioread_sheet_next_cell_float or some other function should be called.
The text was updated successfully, but these errors were encountered: