Commit Verlauf

Autor SHA1 Nachricht Datum
  xuri f2df344739 Resolve #369,#370 vor 6 Jahren
  xuri 4e7d93a777 Resolve #377, avoid empty column in GetRows result vor 6 Jahren
  xuri 40ff5dc1a7 refactor: handler error instead of panic, vor 6 Jahren
  Veniamin Albaev 7d197c6d89 Fixed PR #356 regression RemoveCol() broken (#365) vor 6 Jahren
  xuri beff7b4f3c Typo fixed and godoc updated vor 6 Jahren
  Veniamin Albaev dc01264562 Huge refactorig for consistent col/row numbering (#356) vor 6 Jahren
  caozhiyi b974df402a update go test and function docs vor 6 Jahren
  Kimxu 164a3e126a update README and functions docs (#351) vor 6 Jahren
  Veniamin Albaev 12c1e2481e Implement consistent row addressing by Excel row number starting with 1 (#350) vor 6 Jahren
  xuri 0072bb7310 resolve the issue corrupted xlsx after deleting formula of cell, reference #346 vor 6 Jahren
  Veniamin Albaev 725c1a0c40 New feature: File.DuplicateRowTo() duplicate row to specified row position. vor 7 Jahren
  Rafael Barros dea7ba0ec4 Fixes #195: Make GetRows return value avoid empty cell vor 7 Jahren
  xuri fabd9d013f README updated vor 7 Jahren
  Veniamin Albaev 7b7ca99f5d Duplicate row (#317) vor 7 Jahren
  xuri 90bdd3632f Fix the issue caused by missing tradition to strict conversion for `sharedStringsReader()`, relate issue #276 vor 7 Jahren
  xuri 3e004d900b Comments style changed. vor 7 Jahren
  xuri 13a9769cc5 Comments style changed. vor 7 Jahren
  xuri 2f146c923c Comments style changed. vor 7 Jahren
  xuri b4a6e61ec3 Fix golint errors under confidence 0.1 vor 7 Jahren
  xuri ec37b114c3 Fixes #256 and format document. vor 7 Jahren
  xuri 9e463b4614 - Add error return value for functions: `AddChart()`, `AddComment()`, `AddPicture()`, `AddShape()`, `AddTable()` and `SetConditionalFormat()` vor 7 Jahren
  xuri eb62256d16 Simplify testing code, add test case for outline functions and update the godoc. vor 7 Jahren
  Ilya Kuznetsov e70618d084 Added functions to set and get outline level for columns and rows. vor 7 Jahren
  xuri d04be7b33d Merge branch 'master' into lunny/refactor vor 7 Jahren
  Ri Xu 3ca180f09c Merge test cases and use strict error checking. vor 7 Jahren
  Lunny Xiao 38ad20efc1 save bytes on memory instead of string vor 7 Jahren
  Lunny Xiao bc451a78de add iterator method for rows vor 7 Jahren
  Ri Xu 9ee57fdb38 Fix typo and adding Chinese version document. vor 7 Jahren
  Ri Xu 2b97c3bb46 - Support to read inlineStr type cell value, relate issue #208, PR #209; vor 7 Jahren
  Ri Xu a6fc5a721d - Make row index consistent in function `SetRowHeight` and `GetRowHeight`, fix issue #205; vor 7 Jahren