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

Extend the XML parser to read excel files as timesheets #1

Closed
tlumist opened this issue Jun 1, 2018 · 0 comments
Closed

Extend the XML parser to read excel files as timesheets #1

tlumist opened this issue Jun 1, 2018 · 0 comments
Labels
wontfix This will not be worked on

Comments

@tlumist
Copy link
Owner

tlumist commented Jun 1, 2018

read an xlsx-format timesheet like this:
image

and return it in some usable form, e.g.

{
 'name': <<the name field>>,
 'hours': [(<<thedate>>, <<the hours>>). . .]
}
@tlumist tlumist closed this as completed Jun 14, 2018
@tlumist tlumist added the wontfix This will not be worked on label Jun 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant