Help

2016-04-13 Thread Jakob Noe-Nygaard
Hi I have recently used this sweet software to open old Lotus 1,2,3 files from an ancient data-base. The files format i called: WK1;1 and there are about 143 of them. The question is, if it's possible to load multiple files into one session of gnumeric instead of having to have an instance

Re: Help

2016-04-13 Thread Yury Dubinsky
Probably Jakob asks how to insert each lotus file as a sheet into a single Gnumeruc file. Yury On Apr 13, 2016 7:24 AM, "Morten Welinder" wrote: > You don't need to load the files into the gui at all. From the command > line, > do something like > > ssconvert file1.wk1

Re: Help

2016-04-13 Thread Morten Welinder
You don't need to load the files into the gui at all. From the command line, do something like ssconvert file1.wk1 file1.xlsx ssconvert file2.wk1 file2.xlsx ... Just make yourself a script with 143 lines of that. M. On Wed, Apr 13, 2016 at 4:48 AM, Jakob Noe-Nygaard

Re: Help

2016-04-13 Thread Tim Chase
On 2016-04-13 07:24, Morten Welinder wrote: > You don't need to load the files into the gui at all. From the > command line, do something like > > ssconvert file1.wk1 file1.xlsx > ssconvert file2.wk1 file2.xlsx > ... > > Just make yourself a script with 143 lines of that. If you're on a