mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-21 06:45:21 -06:00
Prep for release 0.1.1.
This commit is contained in:
parent
79980fc928
commit
ad081084f2
2 changed files with 4 additions and 1 deletions
|
|
@ -6,6 +6,9 @@
|
|||
|
||||
- Added `worksheet_print_area()` function to control the print area of a
|
||||
worksheet.
|
||||
|
||||
- Added `worksheet_print_area()` function to fit the printed area to a specific
|
||||
number of pages both vertically and horizontally.
|
||||
|
||||
|
||||
## 0.1.0 March 12 2015
|
||||
|
|
|
|||
|
|
@ -18,6 +18,6 @@
|
|||
#include "xlsxwriter/format.h"
|
||||
#include "xlsxwriter/utility.h"
|
||||
|
||||
#define LXW_VERSION "0.1.0"
|
||||
#define LXW_VERSION "0.1.1"
|
||||
|
||||
#endif /* __LXW_XLSXWRITER_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue