Skip to content
Prev 334621 / 398506 Next

read ".slk" file

I suspect this could be SYLK format, a very old spreadsheet exchange format. The only hit that I get from RSiteSearch("sylk") is read.gnumeric.sheet, which depends on an external program "ssconvert" to extract CSV. In the plus department, it is a text-based format that has been implemented numerous times so you could roll your own reader based on open source code. In the minus department, there is no published specification, so if your files have quirks then you will have to work around them one by one, and it really is like Latin... a dead language.
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnewmil at dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
--------------------------------------------------------------------------- 
Sent from my phone. Please excuse my brevity.
PIKAL Petr <petr.pikal at precheza.cz> wrote: