Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Using Javascript, specifically Google Apps Script (GAS), I need to convert an .xls file to JSON; but I would settle for .csv or .xml.

Does anyone know any way to do this? Some library, perhaps? Or a private script willing to share? (Note: GAS can not recognize ActiveXObject)

Prior research (does not apply)

This question does not apply because I am asking for a solution coded in Javascript (or a workaround for Google Apps Script). (The answers to the above question focus on a Java solution and other various .csv to JSON converters.)

Yes, I know there is an open issue for GAS already in the works. But I was wondering if anyone has coded any .js workaround to do the job in the meantime?

share|improve this question
Isn't xls a proprietary Microsoft format? – crush yesterday
No, wait. That other question does not do. The critical difference is that .01%. I am asking for a solution coded in Javascript (or a workaround for Google Apps Script). Yes, I know there is an open issue for GAS already in the works. But I was wondering if anyone has coded a .js workaround to do the job in the meantime? Note: My original question has been edited accordingly to reflect this. – HappyLearner yesterday

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.