cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar
0 Kudos

JSL Script for converting excel files to text files without opening the excel files

I'd like to request an ability to convert an excel file to a text file through JSL without having to open the excel file first.  This would greatly speed up daily reports that have to reference excel files (fyi: an excel file currently takes 30 seconds to open but the same file as a text CSV file opens in a second).  Something along the lines of Copy(source, tabs, starting row, starting col, ending row, ending col).

 

This was brought up in this discussion post as well:

https://community.jmp.com/t5/Discussions/Save-xlsx-to-csv-file/m-p/36763

 

Thanks for considering it!

Steve

4 Comments
SamGardner
Level VII
Status changed to: Needs Info

Steve, thanks for the input and the suggestion. Could you share an example XLSX file that takes a long time to import versus import as a CSV.  We can investigate that.  

 

I feel like a direct XLSX -> text import might be challenging.  Under the hood, XLSX is a compressed file with an XML structure, see https://docs.microsoft.com/en-us/openspecs/office_standards/ms-xlsx/f780b2d6-8252-4074-9fe3-5d7bc483...

but that XML structure and the data format can be hard to work with.

 

Another community discussion around this topic:

https://community.jmp.com/t5/Discussions/Help-With-XML-Parsing/td-p/86614

 

 

shampton82
Level VII

Thanks for the input Sam and those links!

 

Let me clean up those files so I can share them and I'll get them over to you this weekend.

SamGardner
Level VII
Status changed to: Investigating
 
Status changed to: Acknowledged