-
There have been several users reporting performance problems over the years. I believe the current data structure for cells involving a vector of structs containing cell data and a hash map of cell re…
-
After downloading this master to a zip it will not configure with CMake as it seems that third-party/libstudxml does not get packaged into the zip file properly (actually not at all).
-
I have been trying to create sheets with formatting, in which some columns have specific widths. I noticed that when opening the created workbooks in Excel act strange regarding column widths: if I se…
-
-
//#ifdef _MSC_VER
//std::wstring path::wstring() const
//{
// std::wstring_convert convert;
// return convert.from_bytes(string());
//}
//#endif
#ifdef _MSC_VER
#include
std::wstring…
-
I noticed that `xlsx_consumer.cpp` throws exceptions in multiple cases when `count` does not match the number of elements. This causes issues because:
1. According to ECMA-376, in each of these cases…
-
When I compile QXlsx\source\xlsxzipwriter.cpp in vs2013 and qt 5.9.1, error is throwed : “private/qzipwriter_p.h”: No such file or directory . I have found this in Qt5.9.1\5.9.1\msvc2013_64\include\Q…
-
The xlsx file is successfully generated, but there is a repair prompt when it is opened. Click OK to display the view (Workbook) of the deleted records: / XL / workbook.xml section
What is the reason…
-
Implement a reducer that calculates ethgasstation's gas price oracle and stores the relevant variables using a typeStore.
ETHGasStation's backend uses the following logic, in python: https://githu…
-
Hello Guys,
I'm having trouble trying to link xlnt in my CMake Project. Is this currently possible?
I installed xlnt via vcpkg according to the readme in this repository. However, it seems that the…