summaryrefslogtreecommitdiffstats
path: root/src/xlsx.c
AgeCommit message (Collapse)Author
2021-03-28fixed memory leak when searching for specified sheetAndrés
2021-03-28work on issue #218Andrés
2021-03-25Removed tabs. Corrected email address in filesAndrés
2021-03-20stop performing atoi() repeatedly on config valuesNicolas Pitre
Now that we store both the string and the numeric value for every config entries, let's grab those values directly. This should save quite some processing cycles. Those changes were performed with the following command: sed -e 's/atoi(get_conf_value *(\([^)]*\)))/get_conf_int(\1)/g' -i *.c *.y
2021-03-19work on issue 417Andrés
2021-03-19work on issue 417Andrés
2020-11-13Add italic option to colorsBenjamin Titmus
2019-01-14added --sheet to doc, fixed minor bugdave
2019-01-13better sheet name buffer lengthdave
2019-01-10sheet name selection done properlydave
2019-01-10sheet can be specified with name or numberdave
2019-01-09added xlsx sheet selectiondave
2017-07-30Doxygen comments in xlsx.c.Charles Edward Pax
2017-04-24fix file permissionsmongo
2017-04-21cpaste command to paste from clipboard to Sc-imandmarti1424
2017-04-09cleaned commentsandmarti1424
2017-04-05cleaned color.candmarti1424
2017-04-03call int_deleterow instead of deleterowandmarti1424
2017-03-29xlsx: compare to lower case strings to replace formulasmongo
2017-03-28Changes in deleterow functionsandmarti1424
2017-03-27xlsx export - handle basic expression and formulasmongo
2017-03-23Added date format in xlsx exportmongo
2017-03-23Handle format in xlsx exportmongo
2017-03-22Basic xlsx exportmongo
2016-04-25Changed default branch name to devmongo
2016-04-15Renamed src.scim2 to srcmongo