Quote:
Originally Posted by DirkD
The question is more like this: how do I export the relevant data for stat-blocks out of the excel-tables into (for example) a txt-file? After that, I'm good.
For example, if I wanted to export the data-table (A3-BG603) into a text-file in a format of my choice, how would I do that?
|
Try saving the worksheet, using File -> Save As, as either a:
- Tab delimited text, or
- Semicolon delimited (*.skv), or
- Whitespace formated text (*.prn)
Use Excel's help search function and search for "Save As", you should find a help page with more info on the various file formats one can transform a Excel file to.