-1

I am new in Node.js development and i don't know how to import excel file in Node.js. And how to display excel data in browser any help related to this will be appreciated Thanks.

1
  • 3
    Please stop asking the same questions in different formats. Read the FAQ for what types of questions are good fits for Stack overflow. Asking for code, libraries, etc without showing what problems you've encountered aren't good fits. Commented Oct 3, 2013 at 11:01

2 Answers 2

1

Check those links:

https://npmjs.org/package/excel

&

Node.JS/C++/Python - edit Excel .xlsx file

Sign up to request clarification or add additional context in comments.

2 Comments

i have also npm excel but dispaly data in node.js server side, how to display excel file data in browser side.Source code of display excel file data in browser.
You will need to send back a formatted html response containing the data from the Excel file
0

You can browse on npmjs.org to find a package that helps you in it. For example: https://npmjs.org/package/excel

Or if you want the raw file, you can also use fs: http://nodejs.org/api/fs.html

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.