-
Notifications
You must be signed in to change notification settings - Fork 635
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
Is QtXlsx currently maintained? #188
Comments
It is maintained in a fork: https://github.com/VSRonin/QtXlsxWriter |
Thanks
From: Luca <[email protected]>
Sent: Tuesday, March 26, 2019 6:57 AM
To: dbzhang800/QtXlsxWriter <[email protected]>
Cc: mhkelley <[email protected]>; Author <[email protected]>
Subject: Re: [dbzhang800/QtXlsxWriter] Is QtXlsx currently maintained? (#188)
It is maintained in a fork: https://github.com/VSRonin/QtXlsxWriter
Or a "branch out" of the library: https://github.com/QtExcel/QXlsx
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#188 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AezlM59r1sIrljAd3MCDTvjZhL49-_V2ks5vahkwgaJpZM4cJTKY> . <https://github.com/notifications/beacon/AezlM4WfRdePbsou2UZqCHFUxH0yKDtiks5vahkwgaJpZM4cJTKY.gif>
|
ad 1) example f (value.userType() == QMetaType::Int || value.userType() == QMetaType::UInt
` |
stachna: ????? Sorry, don't understand what you mean here. I think your examples show that if you have a QDateTime value, you can write it to a worksheet. And the code snippet show that if you have a LongLong value, the existing code should write it. Unfortunately, neither addresses the question of how you would have read either the QDateTime or the LongLong in the first place. Am I missing something? |
Stachna:: Also, It didn't look like the saveXmlCellData mudule respects either the QDateTime or the LongLong anyway. Looks like if the cellType is Cell::NumberType, it always encodes the xml as a double. ???? |
Sorry, Answer is format cell: double stored as int:
B22 = 2019-04-02 12:14:00
|
Have just started using QtXlsx. Largely successful, but have two issues I'd like to explore. Does anyone maintain this library or is anyone willing to assist a bit in trying to modify a couple of things?
Specifically: 1) DateTimes to not appear to be handled properly and 2) does not seem to handle really big integer values.
Thanks
The text was updated successfully, but these errors were encountered: