Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spreadsheet / XLSX parser and writer #138

Closed
wants to merge 6 commits into from
Closed

Spreadsheet / XLSX parser and writer #138

wants to merge 6 commits into from

Commits on Apr 25, 2022

  1. Overhaul structs, refactor JSON parser and saver

    Signed-off-by: Ian Ling <ian@iancaling.com>
    ianling committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    460cf54 View commit details
    Browse the repository at this point in the history
  2. Add YAML support

    Signed-off-by: Ian Ling <ian@iancaling.com>
    ianling committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    04feebf View commit details
    Browse the repository at this point in the history
  3. Add String and FromString methods to structs

    Signed-off-by: Ian Ling <ian@iancaling.com>
    ianling committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    325205e View commit details
    Browse the repository at this point in the history
  4. Add spreadsheet parser

    Signed-off-by: Ian Ling <ian@iancaling.com>
    ianling committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    5ebe461 View commit details
    Browse the repository at this point in the history
  5. Add spreadsheet writer

    Signed-off-by: Ian Ling <ian@iancaling.com>
    ianling committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    f149ab8 View commit details
    Browse the repository at this point in the history
  6. Use go 1.15

    Signed-off-by: Ian Ling <ian@iancaling.com>
    ianling committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    1f38333 View commit details
    Browse the repository at this point in the history