36 Commits

Author SHA1 Message Date
John McNamara
f29cf40d38 package: update copyright year 2025-02-11 00:03:36 +00:00
John McNamara
d9f2540080 worksheet: add initial embedded image support
Feature request #417
2024-07-30 00:44:54 +01:00
John McNamara
f6d73b0ae1 package: update copyright year 2024-02-26 18:47:32 +00:00
John McNamara
5625238848 Convert public char* to const char* for C++ compatibility. 2023-09-25 20:59:05 +01:00
John McNamara
cb31934cf3 Fix minor Windows warnings. 2023-09-21 12:39:46 +01:00
Mohamed Akram
5097c0e41f Add memory buffer support
* Avoid using temporary files when possible
* Add support for writing to a buffer

PR #382
2022-11-10 19:22:49 +00:00
John McNamara
63ce57ef28 Fix minor indentation issue. 2022-02-22 09:01:07 +00:00
John McNamara
71bf524060 Ignore strict warnings in included system minizip files. 2022-02-20 13:29:13 +00:00
John McNamara
c0d12f3a5c Updated copyright year. 2022-01-16 20:22:27 +00:00
John McNamara
6d6d99eeaf Added support for worksheet tables.
Feature request #33
2021-08-19 22:54:59 +01:00
John McNamara
cd660913e4 Fix sonarcloud warnings for some macros. 2021-06-02 13:55:46 +01:00
John McNamara
e478365508 Add initial support for dynamic arrays in formulas.
Feature request #327
2021-04-23 07:25:50 +01:00
John McNamara
c06101fcad Updated copyright year. 2021-01-13 21:25:35 +00:00
John McNamara
2849813f36 Updated copyright year. 2020-01-12 12:59:31 +00:00
John McNamara
85dfccd734 Added support for cell comments and options.
Issue #38
2020-01-07 23:27:04 +00:00
John McNamara
024f25704e Fix error handling/reporting to propogate zip.c errors.
Issue #227
2019-06-08 15:05:24 +01:00
John McNamara
a0931c58b7 Added support for ZIP64 files.
Closes #228
2019-06-08 00:24:40 +01:00
John McNamara
f00ab0c4fa Fix the mime-type reported by file(1)
The mime-type reported by "file --mime-type"/magic was incorrect
since it expects the [Content_types] to be the first file in the
zip container, followed by 3 others.
2019-03-29 18:10:20 +00:00
John McNamara
72c9b219cb Updated copyright year. 2019-02-10 21:11:46 +00:00
John McNamara
dc31b10bad Updated copyright year. 2018-02-03 17:15:35 +00:00
John McNamara
b0a7c691ad Added option to use system minizip in make build.
Additional fixes for using system minizip in the Makefile make system.

Issue #119.
2017-08-20 11:33:02 +01:00
John McNamara
50fce5f3c3 Fix for Xcode include paths. 2017-01-11 00:03:56 +00:00
John McNamara
8ded7269c7 Fix icc compiler warnings. 2017-01-09 20:26:32 +00:00
John McNamara
813ca50be0 Update copyright year. 2016-12-31 00:33:00 +00:00
John McNamara
6963a67af3 Flattened third party include structure. 2016-07-11 23:15:32 +01:00
John McNamara
c46b76ab9d Added tmpdir parameter to workbook constructor. 2016-07-10 23:46:51 +01:00
John McNamara
2fa33fe58a Initial working custom properties. 2016-06-10 00:31:09 +01:00
John McNamara
8231ead05b Refactored error handling and reporting.
Some of the previously defined error names have changed to give
a more consistent interface. Also added a lxw_strerror() function
to decode the error to a string.

Issue #49.
2016-05-30 21:16:25 +01:00
John McNamara
a719de2397 Added more error checking during package assembly.
Issue #49,
2016-05-30 00:30:08 +01:00
John McNamara
cb216be061 First working bar chart. 2016-05-02 21:43:37 +01:00
John McNamara
37dbca6b21 Renamed non-static but non-public function names.
Renamed non-static but non-public (i.e., non-documented) function names
to avoid clashes and conflicts.
2016-01-04 23:36:55 +00:00
John McNamara
51d97e7f41 Update copyright year. 2016-01-03 19:47:16 +00:00
John McNamara
03e5deaa8f First functional test of insert_image(). 2015-12-30 00:40:12 +00:00
John McNamara
83df7edb0a Added workbook doc properties.
Closes #25
2015-12-13 22:49:13 +00:00
John McNamara
5018c80f8a Updated copyright year. 2015-03-07 16:42:13 +00:00
John McNamara
a27b6de38e Initial commit 2014-06-08 17:40:59 +01:00