support custom format dates such as "[$-409]mmm\-yy;@" #541

Closed
rjmcguire wants to merge 1 commits from rmc into master
rjmcguire commented 6 years ago (Migrated from github.com)
There is no content yet.
SheetJSDev commented 6 years ago (Migrated from github.com)

This change makes little sense because the cells would be processed anyway if you scroll down (else p.w = ...). The purpose of the w/v distinction is to save both the raw value and the display text. If you can share a file that isn't properly handled, we can take a look, but as it stands this isn't a good fix.

This change makes little sense because the cells would be processed anyway if you scroll down (`else p.w = ...`). The purpose of the `w`/`v` distinction is to save both the raw value and the display text. If you can share a file that isn't properly handled, we can take a look, but as it stands this isn't a good fix.
This pull request cannot be reopened because the branch was deleted.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b rmc master
git pull origin rmc

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff rmc
git push origin master
Sign in to join this conversation.
Loading…
There is no content yet.