Skip to content

Releases: xlprotips/xl

v0.1.8

10 Dec 19:36
Compare
Choose a tag to compare

Commits

  • 0f60f58: Update README to point to correct license file (Kevin Ryan)
  • 62272a0: Show version when user passes -v or --version (Kevin Ryan)
  • 3c75d5a: Remove unused fields in workbook module (Kevin Ryan)
  • not handling double-quotes correctly in output (Kevin Ryan)

Development Release

10 Dec 19:35
Compare
Choose a tag to compare
Development Release Pre-release
Pre-release

Commits

  • 62272a0: Show version when user passes -v or --version (Kevin Ryan)
  • 3c75d5a: Remove unused fields in workbook module (Kevin Ryan)
  • not handling double-quotes correctly in output (Kevin Ryan)

v0.1.7

08 Feb 02:17
Compare
Choose a tag to compare

Commits

  • de2f43d: Adding test for inline strings (currently failing) (Kevin Ryan)
  • was not handling inlineStr's correctly (Kevin Ryan)
  • 1323160: Bump version to 0.1.7 (Kevin Ryan)

v0.1.6

25 Jul 01:28
Compare
Choose a tag to compare

Commits

  • 0af7443: Fixing bug: should preserve space when xml asks us to in strings file (Kevin Ryan)
  • a678199: Bumping to 0.1.6 - bug with strings file (Kevin Ryan)

v0.1.5

24 Jul 20:42
Compare
Choose a tag to compare

Commits

  • 3cfc372: Fix bug: we did not pull all styles bc we skipped some 'empty' xml elements (Kevin Ryan)
  • aab4e7c: Bumping to 0.1.5 (Kevin Ryan)

v0.1.4

24 Jul 15:13
Compare
Choose a tag to compare

Commits

  • 2d1feca: Fixing bug with string data that doesn't use sharedStrings.xml (Kevin Ryan)

v0.1.3

24 Jul 14:21
Compare
Choose a tag to compare

Commits

  • 3b0048d: Adding sample output to README page (Kevin Ryan)
  • 0bc2902: Adding -h flag for help and better error messages (Kevin Ryan)
  • d45a185: Bumping version to 0.1.3 (Kevin Ryan)

v0.1.2

24 Jul 01:54
Compare
Choose a tag to compare

Commits

  • 7c79ef4: Cargo.lock updated to 0.1.1 (Kevin Ryan)
  • d92bed1: Fixing issues identified by 'cargo clippy' (Kevin Ryan)
  • b761ab3: Fixing bug handling str vs s data (Kevin Ryan)
  • ef81912: Updating to v0.1.2 (Kevin Ryan)

v0.1.1

21 Jul 02:39
Compare
Choose a tag to compare

Commits

  • b63a3c5: Trying to use github actions to create automatic builds (Kevin Ryan)
  • e3ef719: Provide all assets for 'latest build' (Kevin Ryan)
  • 211f5c2: Uploading all assets to 'latest release' on github (Kevin Ryan)
  • 5403529: Adding workflow for tagged releases (Kevin Ryan)
  • 6fa9b3c: Better error messages when no tab provided (Kevin Ryan)
  • 6767bb1: Only printing cell values (not formulas) by default (Kevin Ryan)
  • 0459cd0: Fixed bug: user couldn't specify tab name by number on command line (Kevin Ryan)
  • ebce02f: Clarifying worksheet position vs sheet id vs relationship id (Kevin Ryan)
  • b24d9ee: Adding a lot of clarifying documentation (mostly to wb module) (Kevin Ryan)
  • d82dfc0: Adding additional documentation and tests for ws module (Kevin Ryan)
  • b36a9c0: Updating cargo.toml to new version (0.1.1) (Kevin Ryan)

Initial Release

20 Jul 02:36
@ktr ktr
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

Initial release of xlcat.