|
1 | 1 | # Spreadsheet Wrangler |
2 | 2 |
|
3 | | -[](https://github.com/BryantWelch/Spreadsheet-Wrangler/releases/tag/v1.5.1) |
| 3 | +[](https://github.com/BryantWelch/Spreadsheet-Wrangler/releases/tag/v1.6.0) |
4 | 4 | [](https://github.com/PowerShell/PowerShell) |
5 | 5 | [](https://opensource.org/licenses/MIT) |
6 | 6 | [](https://www.microsoft.com/en-us/windows) |
|
32 | 32 | - Optimized performance with hashtable-based lookups (4-5x faster) |
33 | 33 | - Process spreadsheets in natural numerical order |
34 | 34 |
|
| 35 | +### Label Creation |
| 36 | +- Create printer-ready label files from Excel spreadsheets |
| 37 | +- Support for both standard printer labels (.tsk files) and Dymo labels (.dymo files) |
| 38 | +- Customizable templates for different label formats |
| 39 | +- Process all GSxx.xlsx files in a folder automatically |
| 40 | +- Proper handling of special characters in card names and other data |
| 41 | +- User-friendly dialog with tooltips for all options |
| 42 | + |
35 | 43 | ### Advanced Spreadsheet Options |
36 | 44 | - **No Headers**: Exclude headers when combining spreadsheets |
37 | 45 | - **Duplicate Qty=2**: Duplicate rows with '2' in the "Add to Quantity" column |
@@ -90,6 +98,20 @@ powershell -ExecutionPolicy Bypass -File .\SpreadsheetWrangler.ps1 |
90 | 98 | 5. GSxx files will be created in the final output location with matched data |
91 | 99 | 6. GS_Missing will be created in the final output location with non-matched data |
92 | 100 |
|
| 101 | +### Label Creation |
| 102 | +1. Click on "Labels" in the menu bar, then select "Create Labels" |
| 103 | +2. In the dialog that appears: |
| 104 | + - Select the input folder containing your GSxx.xlsx files |
| 105 | + - Choose an output folder where label files will be saved |
| 106 | + - (Optional) Select a .param template file for printer configuration |
| 107 | + - (Optional) Select a .prt template file containing label layout with data markers |
| 108 | + - (Optional) Select a Dymo template file for Dymo label creation |
| 109 | +3. Click "Create Labels" to start the process |
| 110 | +4. The application will create: |
| 111 | + - GSxx.tsk files (if param/prt templates are provided) |
| 112 | + - GSxx.dymo files (if a Dymo template is provided) |
| 113 | +5. All files will be saved to the selected output folder |
| 114 | + |
93 | 115 | ### Configuration |
94 | 116 | - **File → New Configuration**: Reset all settings to default |
95 | 117 | - **File → Open Configuration**: Load settings from an XML file |
|
0 commit comments