libexcel icon indicating copy to clipboard operation
libexcel copied to clipboard

C library for creating Microsoft Excel (XLS) files.

Results 5 libexcel issues
Sort by recently updated
recently updated
newest added

I write a long string into excel, and find that the string will not be written completely. How to control the maximum character length of Excel cell? Thank you!

### Description When specify the second parameter ,it will be buffer overflow ### My test program [example1.zip](https://github.com/devinsmith/libexcel/files/2694327/example1.zip) ### Command and argument gcc -fsanitize=address -ggdb -o exampletest example1.c ../src/*.c -I ../include/...

### Description When specify a long name as argument,it will be buffer overflow ### My test program [example1.zip](https://github.com/devinsmith/libexcel/files/2689403/example1.zip) ### Command and argument gcc -fsanitize=address -ggdb -o exampletest example1.c ../src/*.c -I...

with libexcel, we can create and write a xls file, but how to read one?

all the generated excel files under `.\libexcel\tests` can not be opened by https://www.wps.com/office-free, but can be opened by LibreOffice though. So there may be not an issue related to libexcel....