I have a column in Excel, which I need to move from Excel to Sage.
+1
A:
You can't easily. Sage runs on Linux Excel does not. Your best bet would be to write a python script to export the list to a file then import that into excel after downloading it from the Linux box.
Jared
2009-02-05 06:23:58
+1
A:
- use OpenOffice to open the offending Excel file on Linux
- save column to text file
- open text file in Sage (see this thread for details about opening text files in Sage)
Adam Bernier
2009-02-05 06:44:20
A:
Sage is python application, install a module for reading xml files (there are some) and there you go ...
Harald Schilly
2009-03-01 21:00:18