brechtsanders / xlsxio

XLSX I/O - C library for reading and writing .xlsx files
MIT License
397 stars 113 forks source link

Disable printing error messages #89

Open lilastic opened 3 years ago

lilastic commented 3 years ago

If an Excel file is opened by another process (e.g. Microsoft Excel) and we try to create the file using function xlsxiowrite_open it will fail (which is expected) but an error message will be displayed in the console saying Error writing to file test.xlsx (which is wrong - it shouldn't print any message at all).