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

Support multi-sheet workbook exports #892

Open
nmggithub opened this issue Jul 10, 2014 · 10 comments
Open

Support multi-sheet workbook exports #892

nmggithub opened this issue Jul 10, 2014 · 10 comments
Labels
export Exporting a project to some format. Use the format-specific sub-label if available Type: Feature Request Identifies requests for new features or enhancements. These involve proposing new improvements.

Comments

@nmggithub
Copy link

nmggithub commented Jul 10, 2014

This may not be the right place to submit it but I would like to see an enhanced export function by making it possible to create multi-sheet workbook exports, with each sheet containing rows from the same project but using different facets and filters.

@tfmorris
Copy link
Member

Thanks for the suggestion. Do you have thoughts on how the user would specify these various filters and facets? Currently OpenRefine only has a single set of facets which are active at a time.

@nmggithub
Copy link
Author

You would still have only one set active at a time. You would just tell the program what facets to use without actually activating them. The activation process takes place after you hit export. I'm not a coder (at least in this context) but I what I would think it would be best if it created sheet/tab 1 activated the facets and filters, "saved" the sheet/tab, created sheet/tab 2, activated the facets and filters set for that sheet/tab, and so on. An example where this would be useful would be if you have, say, a "category" tab, and wanted to create a workbook, with tabs/sheets, one for the rows within each category. This way they only have to open the worksheet, and not go into Refine and then have to go through all the facets and filters. And it saves the user time from having to export each category as a separate workbook, and then have to combine them.

@sutt
Copy link

sutt commented Jul 31, 2014

@nmggithub Could you please elaborate with an example?

@tfmorris I have started working on multi-sheet export. Can the controls for this go in Custom Tabular Exporter GUI?

@nmggithub
Copy link
Author

http://www.extendoffice.com/product/kutools-for-excel/excel-split-data-into-multiple-sheets.html Here is an example of what I want it to do. This example takes place in Excel, but I want it to take place in the export in Open Refine. I doesn't have to be based off one column. It can be based off of several columns.

@sutt
Copy link

sutt commented Jul 31, 2014

@nmggithub This is very helpful, thank you.

I think I'll only be able to add a one-column-at-a-time solution for though.

@nmggithub
Copy link
Author

What do you mean by that?

On Thu, Jul 31, 2014 at 5:18 PM, sutt notifications@github.com wrote:

@nmggithub https://github.com/nmggithub This is very helpful, thank
you.

I think I'll only be able to add a one-column-at-a-time solution for
though.


Reply to this email directly or view it on GitHub
#892 (comment)
.

@sutt
Copy link

sutt commented Jul 31, 2014

per the example: You can do either:

  • Sheets for name: Workbook { Sheet_Kelly, Sheet_Carter, etc... }
    or
  • Sheets for Course: Workbook {Sheet_Chemistry, Sheet_English, etc...}

But it won't be possible to do:
Workbook {Sheet_KellyChemistry, Sheet_KellyEnglish, Sheet_CarterChemistry, Sheet_CarterEnglish...etc}

Is this still worthwhile?

@nmggithub
Copy link
Author

Yeah. It was just a suggestion to do it with more than one column.

@sutt
Copy link

sutt commented Jul 31, 2014

OK, maybe multi-column will be possible...can't be sure yet. I'm just getting started with OR myself.

@tfmorris
Copy link
Member

@sutt Missed your question earlier, but the Custom Tabular Export dialog sounds like a reasonable place to put controls for this.

@wetneb wetneb added the export Exporting a project to some format. Use the format-specific sub-label if available label Aug 2, 2017
@magdmartin magdmartin changed the title More complicated export Support multi-sheet workbook exports Jan 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
export Exporting a project to some format. Use the format-specific sub-label if available Type: Feature Request Identifies requests for new features or enhancements. These involve proposing new improvements.
Projects
None yet
Development

No branches or pull requests

4 participants