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

Implementing built in date formatting #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 4, 2020

  1. Implementing built in date formatting

    Currently, the number.Format method doesn't take into consideration the formatting code. This diff implements formatting for dates based on the code.
    The implementation doesn't look at the cell data type because in cases of date it's not being populated by Excel, so it's always empty.
    demontiejr committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    8278b7d View commit details
    Browse the repository at this point in the history