Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Add support for writing date cells #765

Closed
wants to merge 6 commits into from
Closed

Commits on Sep 5, 2020

  1. Configuration menu
    Copy the full SHA
    1c1b3ed View commit details
    Browse the repository at this point in the history
  2. Fixed dateTime according to OASIS and hack for Excel

    My bad with previous commit - according to [OASIS 1.2 spec](http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#datatype-dateOrDateTime) and [XML Schema part 2](https://www.w3.org/TR/2004/REC-xmlschema-2-20041028/#dateTime), the date time value should always be either UTC or non-timezoned. Since MS-Excel doesn't like time zones in its ODS importer, I'm also removing the time zone value, after converting to UTC and formatting.
    
    Tested with LibreOffice and Excel Online.
    guss77 authored Sep 5, 2020
    Configuration menu
    Copy the full SHA
    84540b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9d4b60 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Configuration menu
    Copy the full SHA
    16458d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    1d79348 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    ccafca6 View commit details
    Browse the repository at this point in the history