We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a excel sheet with cell value set as 2:31:30 AM in cell B13.
When I tried to invoke f.GetCellType('sheet 1', 'B13') returns 0. ( which implies the CellTypeUnset). I tried to log the response and got this
Cell B3: Bowrna Cell B3 Type: String Cell C12: TRUE Cell C12 Type: Bool Cell B13: 2:31:30 am Cell B13 Type: Unset
Expecting result for GetCellType: CellTypeDate
Go version go version go1.22.4 darwin/arm64
Excelize version github.com/xuri/excelize/v2 v2.8.1
Environment details (OS, Microsoft Excel™ version, physical, etc.): Apple M1 14.5, downloaded xlsx format from google sheets
The text was updated successfully, but these errors were encountered:
Thanks for your issue. This duplicated with issues #1041 and #1375.
Sorry, something went wrong.
I've closed this. If you have any questions, please let me know, and reopen this anytime.
No branches or pull requests
I have a excel sheet with cell value set as 2:31:30 AM in cell B13.
When I tried to invoke f.GetCellType('sheet 1', 'B13') returns 0. ( which implies the CellTypeUnset).
I tried to log the response and got this
Expecting result for GetCellType: CellTypeDate
Go version
go version go1.22.4 darwin/arm64
Excelize version
github.com/xuri/excelize/v2 v2.8.1
Environment details (OS, Microsoft Excel™ version, physical, etc.):
Apple M1 14.5, downloaded xlsx format from google sheets
The text was updated successfully, but these errors were encountered: