Questions tagged [libxlsxwriter]

Libxlsxwriter is a C library for creating Excel XLSX files

Libxlsxwriter is a C library that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.

It is a port of the Python XlsxWriter and Perl Excel::Writer::XLSX modules.

20 questions
1
vote
2 answers

Export to Excel failing in iOS using libxlsxwriter

Has anyone used libxlsxwriter to export data to Excel in iOS? I got the library up and running. Given below is the code that I have tried. lxw_workbook *workbook = new_workbook("demo.xlsx"); lxw_worksheet *worksheet =…
Seema Kadavan
  • 2,538
  • 1
  • 16
  • 31
1
vote
1 answer

xlsxwriter expected an indented block

After spending some time to compile libxlsxwriter as a dylib for osx without success, I made the decision to switch to NSTask using the Python module XlsxWriter. But another problem come out: indentation! I want to achieve iteration through an array…
sundsx
  • 588
  • 9
  • 27
0
votes
0 answers

libxlsxwriter library - How to connect to personal project with CMake C++

How do I connect the libxlsxwriter library to my personal project using CMake. I cloned the official library files from https://github.com/jmcnamara/libxlsxwriter. Then I extracted it in my personal project and added a few lines of…
veltronic
  • 9
  • 2
0
votes
1 answer

xlsxwriter installation for C on windows

I am fairly new in C and I am trying to manipulate same data files and export them in an excel file. Similar to this case Running libxlsxwriter on Windows, I am trying to install libxlsxwriter on windows usingMSYS2. I have done so far: 1) Installed…
user7804708
-1
votes
1 answer

Hyperlink not added to image in using xlsxwriter for c++ on RHEL 5.9

I have inserted image in .xlsx file thru c on RHEL 5.9 using xlsxwriter but cannot add hyperlink to it using url attribute. Please help.
1
2