-
First of all, thanks for a great library.
I do have an issue though with a spreadsheet that uses the "shared formula" feature ... it is created by Excel (and I don't seem to be able to stop Excel fr…
-
Hello,
I am able to compile but I cant run my program if the file/directory I want to open contains ä or ü or ö.
So, for example my program crashes at if I use an "ä"
'''QXlsx::Document xlsx("G:\01…
-
Hello,
I use Qt 5.1 and the latest QtXlsxWriter (downloaded today)
somehow I cant compile a debug version but it works as release version without problems. here what I get if I try to compile as a de…
-
1. Maybe you didn't test reading&writing with very big xlsx file. For example, a xlsx file contains 20 sheets and, every sheet contains 2000 rows and 200 columns; every cell has different data. Some …
-
Hello!
I have some questions about master branch.
``` C++
int main(int argc, char *argv[])
{
QXlsx::Document xlsx("Test.xlsx"); // Looped here
xlsx.write("A1", "TEST");
xlsx.save();
r…
-
Hello,
I am trying to figure out what options there are to read dates that were generated though excel.
In my project https://github.com/CCi-BClark/NERD I am using your class to read an excel fi…
-
Hi, i've started to use your libraries just today, so excuse me if i missed something in the documentation. Very useful by the way since i couldnt find any libraries that can be integrated with Qt tha…
-
I tried to build by Qt 5.2.1,no errors and all passed.
then I entered into the Debug/Release directory that built, and use terminal to "make install", and also seems no errors, but when I tried to inc…
-
I noticed that the API allocates a column and row array for worksheets under the value cellTable; but I haven't figured out how to access these numbers.
## Question:
Can we see more of the count() fu…
-
The cells seem to be be in the wrong place when an existing file is being read with text formating (e.g. cellAt("A1") is actually B1 and cellAt("A2") is A2 but cellAt("A3") is actually "A4"). Here is …