major4579 Joined: 7 Jan 2009 usa | | I tried this program but it would not convert any of the numbers.
Here are the first few lines when I use Excel 2003 to save the spreadsheet as a CSV file:
CustomerName,Specie,ShipDate,Pallet no.,LogyardTag,Flitch,LabelLength,SquareMeters,SquareFeet,Lot,Bundles,Bundle,Sheets,Length,Width,BundleLength,BundleWidth,Bundle Sqmt,Bundle Sqft TEST.,Maple,2/14/07 0:00,1,C36017,0,2.9,427.22,4599,YV0531,60,1,0,280,32,280,32,0,0 TEST.,Maple,2/14/07 0:00,1,C36017,0,2.9,427.22,4599,YV0531,60,2,0,280,27,280,27,0,0 TEST.,Maple,2/14/07 0:00,1,C36017,0,2.9,427.22,4599,YV0531,60,3,10,90,29,90,29,2.61,28
And here are the same lines when I convert the same files use XLS2CSV:
"CustomerName","Specie","ShipDate","Pallet no.","LogyardTag","Flitch","LabelLength","SquareMeters","SquareFeet","Lot","Bundles","Bundle","Sheets","Length","Width","BundleLength","BundleWidth","Bundle Sqmt","Bundle Sqft" "TEST.","Maple",,,"C36017",,,,,"YV0531" "TEST.","Maple",,,"C36017",,,,,"YV0531" "TEST.","Maple",,,"C36017",,,,,"YV0531"
Let me know if you'd like the xls file itself. -John |
|