Jump to content

Trying to work with slk files


avc.vocho

Recommended Posts

Hello!! I'm working with files with 'slk' extension, these files can be opened with excel but I can't get the info with php, I tried to use the PHPExcel class but there wasn't any good result. I would like to know if there's someone that could show me a way to solve my problem, I also tried to change the extension of the file but didn't work. Thanks for the time you would spend giving me some hope...

Link to comment
https://forums.phpfreaks.com/topic/172980-trying-to-work-with-slk-files/
Share on other sites

Hello!! I'm working with files with 'slk' extension, these files can be opened with excel but I can't get the info with php, I tried to use the PHPExcel class but there wasn't any good result. I would like to know if there's someone that could show me a way to solve my problem, I also tried to change the extension of the file but didn't work. Thanks for the time you would spend giving me some hope...

Simply changing the extension of the file won't work.

 

Give me until Monday, and I'll try and knock up a basic sylk reader for PHPExcel

Wow!!  8) Thanks Mark Baker for the time and patience, waiting for monday!!  ;D

No guarantees, though keep an eye on the PHPExcel subversion code. It'll be available within 24 hours of my uploading, and I'm only planning on doing a basic data reader with perhaps some of the formatting (to help identify dates, number masks, etc).

At least it's basically just a ; separated value file, so I can use PHP's fgetcsv() functions to read the data and not have to worry about binary formatting or packed decimal numbers or anything complex like that

 

I didn't realise anybody still had SYLK files these days, it's a real throwback. Last time I used them, I was running Lotus 1-2-3 on Windows 3

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.