Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@damian-m-g damian-m-g released this 16 Jan 21:32
· 21 commits to master since this release
### Added
- New function: xlsx_get_last_column().
- New xlsx_sheet_t member: last_column, that won't have value (NULL),
unless xlsx_get_last_column() gets called at least
once.
- New private (static) function, helper of xlsx_get_last_column():
withdraw_alphabetic_chars().
- Several new test assertions for the new functionality.

### Changed
- README.md