GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

8M Downloads

[ENH]Export function for /gse debug

Closed this issue ยท 2 comments

commented

๐ŸŸข How does GSE currently work
As intended

๐ŸŸข Describe the solution you'd like
An export feature for debug to create a doc or csv with the information

๐ŸŸข Describe alternatives you've considered
Copy/paste functionality

๐ŸŸข Additional context
Add any other context or screenshots about the feature request here.

commented

This cannot be done as wow has no ability to write to a file outside its SavedVariables storage.

You can already do this:

Ctrl+a yo select all, Ctrl+c to copy
goto Excel
CTRl+v to paste
Then convert data to cells:
Here's a more detailed breakdown:
Select the range of cells: Highlight the cells that you want to include in your table.
Format as Table: On the Home tab, click the Format as Table button.
Choose a table style: Select a table style from the gallery to customize the appearance of your table.
Verify the cell range: The Create Table dialog box will appear. Ensure the selected range is correct.
Indicate headers: If the first row contains column headers, check the "My table has headers" box.
Confirm: Click OK to finalize the conversion.

commented

The data you copy/paste is already a CSV. You just need to format it in excel into columns to save it as such.