Forum Discussion
SatyaprakashSP
Feb 04, 2020Copper Contributor
EXCEL : .SLK file not showing data in table format
When I am exporting data from my application as HTML in Excel and saving in .SLK file ,It displays data in HTML tag format(which is not useful). I need data in table format. But when I change the fi...
JKPieterse
Feb 04, 2020Silver Contributor
SYLK is a very specific file format which is totally different from HTML. Try using .html as file extension.
- SatyaprakashSPFeb 04, 2020Copper Contributor
JKPieterse Thanks for the info.
But I need a file with .SLK extension, which should display data in proper table format.
Below are the screenshots which shows data in .SLK and .SYLK files. Data in .SYLK file is readable(in table format), but in .SLK data are having HTML tags.
First Screenshot shows .SLK file and Second screenshot shows .SYLK file.
So I need data properly displayed(like .SYLK file) in .SLK file.
- JKPieterseFeb 04, 2020Silver ContributorThe first screenshot clearly denotes a file which is in html format, NOT in SYLK format. How are you creating these files?
- SatyaprakashSPFeb 05, 2020Copper Contributor
Is it possible to ever generate a .SLK file with tabular format? (when I exported the data in HTML format and saved the file with .SLK extension)
Answer for above question would help me.