Export results
8150565 opened this issue ยท 3 comments
Please include as much of the following information as possible to help me fix the bug:
Brief Description of Bug
Please include a brief description of the bug, including what you were doing, and when it occurred.
Steps to Reproduce
Include the steps I would need to follow to reproduce the bug.
Loaded Addons
Include a list of addons you were running at the time this bug occurred.
Back Trace (LUA Error Output)
You can get this through the use of !BugGrabber and BugSack addons.
During data export, the item price is not comma separated. example (at the auction the price is 1000g15s20b) it would be nice to make 1000,15 during export (excluding bronze) Suggestion, not a bug
You can use formulas in a spreadsheet editor to extract the gold and silver.
example of data usage.xlsx
Sheet1 is the raw data, and Sheet2 is the processed data with the formulas.
Does that help?
You can use formulas in a spreadsheet editor to extract the gold and silver.
example of data usage.xlsxSheet1 is the raw data, and Sheet2 is the processed data with the formulas.
Does that help?
Yes, its help, nice solution!