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

New spreadsheet file opens with blank page #8

Open
4er4er4er opened this issue May 22, 2020 · 2 comments
Open

New spreadsheet file opens with blank page #8

4er4er4er opened this issue May 22, 2020 · 2 comments

Comments

@4er4er4er
Copy link

When write table is asked to write to a spreadsheet file that does not exist, it creates the file. Then when Excel opens the newly created file for the first time, the display looks like this:

image

It appears that nothing has been written, until the user realizes that he's looking at an empty Sheet1 tab, while the values have been written to the Results tab.

Preferably, the file should be created without the Sheet1 tab. If there is no way to get rid of the Sheet1 tab, then it would still be an improvement to have the spreadsheet file open with the Results tab showing.

@nfbvs
Copy link
Contributor

nfbvs commented May 22, 2020

Proposed fix in 0c6ac8d. If the file is created from scratch it will only have one sheet, and the table's data will be written to it.

@nfbvs
Copy link
Contributor

nfbvs commented May 26, 2020

Published in https://github.com/ampl/tables/tree/0.1.5.

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