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

Add support for extraction of change tracking info from Excel files #89

Closed
allanlewis opened this issue Dec 7, 2013 · 4 comments
Closed

Comments

@allanlewis
Copy link

Would it be possible to add support for reading change tracking information from Excel files?

What I mean is, if change tracking was turned on in Excel, it should be possible to read the change history of the file, including metadata like which changed have been reviews and which haven't.

I'm using Excel 2010 & 2013, so I'm mostly thinking of XLSX files here. According to the XML schema (available from ECMA), there is an element named revisions of type CT_Revisions that appears to hold the relevant data.

Specifically, it would be great if we could have a revisions method that works in a similar way to the existing comment and comments methods, i.e. s.revisions returns all the revisions, and s.revision(row, col) returns any revisions for the specified cell.

@stevendaniels
Copy link
Contributor

This is an interesting feature request. Anyone interested in implementing it?

@stevendaniels
Copy link
Contributor

Based on the lack of interest,I recommend closing this issue.

@stevendaniels
Copy link
Contributor

I'm currently considering this issue and #185 as part of a future upgrade to Roo.

@stevendaniels
Copy link
Contributor

Closing due to lack of interest.

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

No branches or pull requests

2 participants