Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use bitSize for float32 type numbers conversion, relate PR #361 | xuri | 2019-03-21 |
| | |||
* | Huge refactorig for consistent col/row numbering (#356) | Veniamin Albaev | 2019-03-20 |
| | | | | | | | | | | | | | | | | | | | * Huge refactorig for consistent col/row numbering Started from simply changing ToALphaString()/TitleToNumber() logic and related fixes. But have to go deeper, do fixes, after do related fixes and again and again. Major improvements: 1. Tests made stronger again (But still be weak). 2. "Empty" returns for incorrect input replaces with panic. 3. Check for correct col/row/cell naming & addressing by default. 4. Removed huge amount of duplicated code. 5. Removed ToALphaString(), TitleToNumber() and it helpers functions at all, and replaced with SplitCellName(), JoinCellName(), ColumnNameToNumber(), ColumnNumberToName(), CellNameToCoordinates(), CoordinatesToCellName(). 6. Minor fixes for internal variable naming for code readability (ex. col, row for input params, colIdx, rowIdx for slice indexes etc). * Formatting fixes | ||
* | Tests refactoring | Veniamin Albaev | 2018-12-27 |
| | | | | | | | | | | | Primary motivation: Avoid statefull tests with not ignorable git file tree changes. Multiple tests reads and overwrites signle file for won needs. Multiple tests reads and overwrites file under version control. Secondary motivation: Minimal tests logic aligment, separate error expectation and not error expectation tests. Introduce sub-test over test data sets and so far. This commit is not ideal but necessary (IMHO) | ||
* | New function `AddPictureFromBytes()` has been added, this resolve #259 and ↵ | xuri | 2018-09-14 |
| | | | | close #271. | ||
* | Ability to parse dates further in future | Mārtiņš | 2018-06-20 |
Golangs time.Duration uses nanoseconds, thus it is limited to approximately 290 years. |