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

Adding Append support to Excel.Write #3558

Merged
merged 35 commits into from
Jul 7, 2022
Merged

Commits on Jul 5, 2022

  1. Initial work for Excel write.

    - Added File.copy_to
    - Removed writeSpreadsheetCell.
    - Added ExcelWriter.
    jdunkerley committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    cd1dc4e View commit details
    Browse the repository at this point in the history
  2. Close to working for a Sheet write.

    Still to do Range based.
    jdunkerley committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    08488f1 View commit details
    Browse the repository at this point in the history
  3. Excel Write work.

    jdunkerley committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    9038756 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e80a819 View commit details
    Browse the repository at this point in the history
  5. Range writing

    Header Infer based on current
    jdunkerley committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    f470661 View commit details
    Browse the repository at this point in the history
  6. Handle errors.

    jdunkerley committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    86f0a6c View commit details
    Browse the repository at this point in the history
  7. Some more tests.

    Fix issues with BLANK cells.
    jdunkerley committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    7e64acf View commit details
    Browse the repository at this point in the history
  8. Lots of tests...

    jdunkerley committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    fd46fe0 View commit details
    Browse the repository at this point in the history
  9. Java Format.

    jdunkerley committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    f2ea4d3 View commit details
    Browse the repository at this point in the history
  10. Update distribution/lib/Standard/Table/0.0.0-dev/src/Io/Excel.enso

    Co-authored-by: Radosław Waśko <radoslaw.wasko@enso.org>
    jdunkerley and radeusgd committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    4a427f2 View commit details
    Browse the repository at this point in the history
  11. Update distribution/lib/Standard/Table/0.0.0-dev/src/Io/Excel.enso

    Co-authored-by: Radosław Waśko <radoslaw.wasko@enso.org>
    jdunkerley and radeusgd committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    4bb1aa4 View commit details
    Browse the repository at this point in the history
  12. Most PR comments.

    jdunkerley committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    482efc0 View commit details
    Browse the repository at this point in the history
  13. More PR comments.

    jdunkerley committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    af3db59 View commit details
    Browse the repository at this point in the history
  14. Rename method.

    jdunkerley committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    612cd77 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    737f4bd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a7c74b4 View commit details
    Browse the repository at this point in the history
  17. Starting on Append.

    jdunkerley committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    b099733 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9f9aadf View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ac08233 View commit details
    Browse the repository at this point in the history
  20. Append implementation.

    jdunkerley committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    f13ae51 View commit details
    Browse the repository at this point in the history
  21. Fix merge issues.

    jdunkerley committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    1212d8d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    93a3365 View commit details
    Browse the repository at this point in the history
  23. Java Format.

    Making append mismatch be errors.
    jdunkerley committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    b15154e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    aa9ad20 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6eb7af7 View commit details
    Browse the repository at this point in the history
  26. CHANGELOG.md

    jdunkerley committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    572f589 View commit details
    Browse the repository at this point in the history
  27. Java format.

    jdunkerley committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    a927dd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Some PR fixes.

    jdunkerley committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    6a01cec View commit details
    Browse the repository at this point in the history
  2. More PR fixes.

    jdunkerley committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    f84d445 View commit details
    Browse the repository at this point in the history
  3. More PR fixes.

    jdunkerley committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    f6861b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8674467 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    578513a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    b6398cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24609cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c044124 View commit details
    Browse the repository at this point in the history