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

packDateValues with year=month=day=0 #132

Merged
merged 4 commits into from Jun 3, 2015
Merged

Conversation

fischel
Copy link
Contributor

@fischel fischel commented Jun 3, 2015

I extend the packDateValues with the possibilty to generate a "time-only" cell. For this it is necessary that year,month and day are 0.
In any Calc-Software (excel, libreoffice ...) you can generate a cell with a time-format like "12:15:00". If you click the cell, the time will appear in the formula-bar (just the time). If you like you can change the format to datetime. Then you will see the date is 1900. With my changes it is possible to generate such a time cell.

I changed some compile errors on long to int, too.
excel.c:4683:2: warning: passing argument 2 of 'xlSheetPrintRepeatColsA' from incompatible pointer type [enabled by default]

iliaal added a commit that referenced this pull request Jun 3, 2015
packDateValues with year=month=day=0
@iliaal iliaal merged commit 9edb684 into iliaal:master Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants