mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Prep for release 1.0.5.
This commit is contained in:
parent
5f3647faa5
commit
acc0640237
@ -2,6 +2,12 @@
|
||||
@page changes Changes
|
||||
|
||||
|
||||
## 1.0.5 May 13 2021
|
||||
|
||||
- Added support for worksheet background images via
|
||||
`worksheet_set_background()`.
|
||||
|
||||
|
||||
## 1.0.4 May 8 2021
|
||||
|
||||
- Added support for GIF image files (and in Excel 365, animated GIF files).
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "xlsxwriter/format.h"
|
||||
#include "xlsxwriter/utility.h"
|
||||
|
||||
#define LXW_VERSION "1.0.4"
|
||||
#define LXW_VERSION_ID 104
|
||||
#define LXW_VERSION "1.0.5"
|
||||
#define LXW_VERSION_ID 105
|
||||
|
||||
#endif /* __LXW_XLSXWRITER_H__ */
|
||||
|
@ -3176,7 +3176,7 @@ lxw_error worksheet_insert_image_buffer_opt(lxw_worksheet *worksheet,
|
||||
* document. However, Microsoft recommends using a header image [to set a
|
||||
* watermark][watermark]. The choice of method depends on whether you want the
|
||||
* watermark to be visible in normal viewing mode or just when the file is
|
||||
* printed. In XlsxWriter you can get the header watermark effect using
|
||||
* printed. In libxlsxwriter you can get the header watermark effect using
|
||||
* `worksheet_set_header()`:
|
||||
*
|
||||
* @code
|
||||
|
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "libxlsxwriter"
|
||||
s.version = "1.0.4"
|
||||
s.version = "1.0.5"
|
||||
s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files."
|
||||
s.ios.deployment_target = "8.0"
|
||||
s.osx.deployment_target = "10.8"
|
||||
|
Loading…
x
Reference in New Issue
Block a user