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.
-
3Please 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.WiredPrairie– WiredPrairie2013-10-03 11:01:00 +00:00Commented Oct 3, 2013 at 11:01
Add a comment
|
2 Answers
2 Comments
user2805884
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.
Rami
You will need to send back a formatted html response containing the data from the Excel file
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