mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-21 06:45:21 -06:00
Prep for release 0.1.0.
This commit is contained in:
parent
eff07596be
commit
8d4913dc85
2 changed files with 7 additions and 1 deletions
|
|
@ -2,6 +2,12 @@
|
|||
@page changes Changes
|
||||
|
||||
|
||||
## 0.1.0 March 12 2015
|
||||
|
||||
- Added `worksheet_repeat_rows()` and `worksheet_repeat_columns()` functions
|
||||
to control the repeated rows/columns on printed worksheets.
|
||||
|
||||
|
||||
## 0.0.9 March 9 2015
|
||||
|
||||
- Added `worksheet_gridlines()` function to show/hide screen and print
|
||||
|
|
|
|||
|
|
@ -18,6 +18,6 @@
|
|||
#include "xlsxwriter/format.h"
|
||||
#include "xlsxwriter/utility.h"
|
||||
|
||||
#define LXW_VERSION "0.0.9"
|
||||
#define LXW_VERSION "0.1.0"
|
||||
|
||||
#endif /* __LXW_XLSXWRITER_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue