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

Sheet title no longer exporting in XML #21

Closed
h4ypal opened this issue Mar 1, 2017 · 2 comments
Closed

Sheet title no longer exporting in XML #21

h4ypal opened this issue Mar 1, 2017 · 2 comments

Comments

@h4ypal
Copy link

h4ypal commented Mar 1, 2017

Previously this app would export the XML file with the following format:

<rootElement>

    <sheetTitle>

        <element>

        </element>

    </sheetTitle>

</rootElement>

Now the app skips appending the sheet title, why is this?

@Synthoid
Copy link
Owner

Synthoid commented Mar 1, 2017

The previous format was actually an oversight with XML exporting. Using "Current sheet only" will unwrap the current sheet as there would be an unneeded extra layer to the exported data. If you would like the sheet's name as an extra wrapping element, you can use the "Custom" option and select only the sheet you desire to export. That should give you the formatting you are looking for.

@Synthoid Synthoid closed this as completed Mar 1, 2017
@h4ypal
Copy link
Author

h4ypal commented Mar 5, 2017 via email

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