You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
I have a python script that processes histories from another program which range in size from small to huge. It works great but is slow of course when building very large spreadsheets (It takes several minutes).
I am in the process of making a much faster c++ windows 64 bit exe version. It has gone well so far but I cannot get the outlines I need working, but I have a couple of issues.
In the end I have compiled the the "outline_collapsed.c" test and that fails to work too.
I have to comment out the initialisers e.g. lxw_row_col_options options1 = { /*.hidden =*/ 0, /*.level = */ 2, /*.collapsed =*/ 0 };
This may well be just me not able to get Visual studio configured properly.
2) The outlines however are not working. outline_collapsed.xlsx
Any ideas why I am failing to make this do as it should?
The text was updated successfully, but these errors were encountered:
You can try fix this in your local copy by doing a "git pull origin" in the libxlsxwriter subdirectory, and then updating with MSVC and fix the import for the new/missing function symbols.
Thanks for getting back to me. I am an embedded guy and have never had the need to use CMAKE. I installed it and tried to follow the instructions but it was showing some errors related to zlib and also trying to make a Visual Studio 2015 project. I have 2013 and 2017 but not 2015.
I also tried "git pull origin" in the directory as you suggested but that failed too.
`> You are not currently on a branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull <remote> <branch>`
It seems building what appears simple command line exe is much harder than I anticipated!
I will monitor when this bug is closed and try again then. In the meantime my python version with your python library works as intended many thanks for your libraries!
I have a python script that processes histories from another program which range in size from small to huge. It works great but is slow of course when building very large spreadsheets (It takes several minutes).
I am in the process of making a much faster c++ windows 64 bit exe version. It has gone well so far but I cannot get the outlines I need working, but I have a couple of issues.
In the end I have compiled the the "outline_collapsed.c" test and that fails to work too.
lxw_row_col_options options1 = { /*.hidden =*/ 0, /*.level = */ 2, /*.collapsed =*/ 0 };
This may well be just me not able to get Visual studio configured properly.
2) The outlines however are not working.
outline_collapsed.xlsx
Any ideas why I am failing to make this do as it should?
The text was updated successfully, but these errors were encountered: