whiterabbit
January 3rd, 2005, 02:24 AM
Exporting your SquirrelCart order data to Excel is easy using Excel Web Queries.
Simply use Notepad to create a text file with the following contents:
WEB
1
http://www.YOURDOMAIN.COM/squirrelcart/index.php?
show_record_links=1&table=Orders&show_all_fields=yes&cell_data_truncated_length=9999
Selection=AllTables
Formatting=None
PreFormattedTextToColumns=True
ConsecutiveDelimitersAsOne=True
SingleBlockTextImport=False
DisableDateRecognition=False
DisableRedirections=False
Be sure and change the YOURDOMAIN.COM text in your file to your actual domain. Also, if you installed squirrelcart in a different folder, you'll need to modify the above URL to match the path to your cart. Be careful not to change anything else. "WEB" should be the first line in the file. Don't add any extra lines, etc. anywhere in the file.
Now, give this file a name, like "order_data.iqy" Be sure and use the extension ".iqy"
Now, open Excel click DATA on the menu bar. Click Import External Data, then click Import Data, then browse to the file you created and open it.
You might need to first login to SquirrelCart as the Admin in a separate browser to gain permissions.
Excel will import the data into your spreadsheet!
Simply use Notepad to create a text file with the following contents:
WEB
1
http://www.YOURDOMAIN.COM/squirrelcart/index.php?
show_record_links=1&table=Orders&show_all_fields=yes&cell_data_truncated_length=9999
Selection=AllTables
Formatting=None
PreFormattedTextToColumns=True
ConsecutiveDelimitersAsOne=True
SingleBlockTextImport=False
DisableDateRecognition=False
DisableRedirections=False
Be sure and change the YOURDOMAIN.COM text in your file to your actual domain. Also, if you installed squirrelcart in a different folder, you'll need to modify the above URL to match the path to your cart. Be careful not to change anything else. "WEB" should be the first line in the file. Don't add any extra lines, etc. anywhere in the file.
Now, give this file a name, like "order_data.iqy" Be sure and use the extension ".iqy"
Now, open Excel click DATA on the menu bar. Click Import External Data, then click Import Data, then browse to the file you created and open it.
You might need to first login to SquirrelCart as the Admin in a separate browser to gain permissions.
Excel will import the data into your spreadsheet!