public class ProductToExcel
extends java.lang.Object
implements java.io.Serializable
Writes a spreadsheet file named ProductToExcel.xlsx to the Flash site's configured temp folder. The spreadsheet includes all products in the Flash database and contains columns for product code, unit of measure code, category code, list price, product description, small description, large description, small image, large image, leadtime code, manufacturer code, manufacturer part number and classification code.
In order to output the most current prices, a product sync should be run prior to running this class.
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
Constructor and Description |
---|
ProductToExcel()
Constructs a new Product-to-Excel instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
The main entry point for when the class is started from a command line.
|
private static final long serialVersionUID