-3

first of all let me tell you that im sorry for my bad english. i'm working on a project(HTML5,JS,CSS3) and i have to import excel file to a table of HTML.So if u can give me some help ill appreciate that .ty anyway

2 Answers2

0

To do this you need a server side library, however you must not install MS Office on a server. If you look at the Stack Overflow answer from Ian here it recommends a number of products that you can use.

Community
  • 1
  • 1
Peter Smith
  • 5,528
  • 8
  • 51
  • 77
0

What server side technology and language do you use? Node,ASP.NET? Every language has its own libraries for this job.

If However you prefer not to do it via the server then you can use the FileReader API and this post.

http://codetheory.in/parse-read-excel-files-xls-xlsx-javascript/

Dennis Nerush
  • 5,473
  • 5
  • 25
  • 33