mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Prep for release 0.0.5.
This commit is contained in:
parent
e742400f51
commit
cf26e9269f
@ -2,6 +2,14 @@
|
||||
@page changes Changes
|
||||
|
||||
|
||||
## 0.0.5 March 6 2015
|
||||
|
||||
- Added `worksheet_select()` function to set worksheets as selected.
|
||||
|
||||
- Added `worksheet_activate()` to set the active worksheet.
|
||||
|
||||
- Several portability fixes to fix warnings with different compilers.
|
||||
|
||||
|
||||
## 0.0.4 March 1 2015
|
||||
|
||||
|
@ -18,6 +18,6 @@
|
||||
#include "xlsxwriter/format.h"
|
||||
#include "xlsxwriter/utility.h"
|
||||
|
||||
#define LXW_VERSION "0.0.4"
|
||||
#define LXW_VERSION "0.0.5"
|
||||
|
||||
#endif /* __LXW_XLSXWRITER_H__ */
|
||||
|
@ -683,7 +683,7 @@ int8_t worksheet_set_column(lxw_worksheet *worksheet, lxw_col_t first_col,
|
||||
lxw_format *format, lxw_row_col_options *options);
|
||||
|
||||
/**
|
||||
* @brief Make a worksheet the active, i.e., visible worksheet:
|
||||
* @brief Make a worksheet the active, i.e., visible worksheet.
|
||||
*
|
||||
*
|
||||
* The `activate()` method is used to specify which worksheet is initially
|
||||
|
Loading…
x
Reference in New Issue
Block a user