Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

excel like application in javascript [closed]

I want to create an HTML/Javascript application with can behave like an excel sheet. I'm not talking about opening an excel sheet in HTML form but instead creating HTML/javascript code that will behave like an excel sheet where the grids and all will be html code etc. I hope you got my question.

Any ideas as how I can approach this task.

Thanks, Ravi

like image 702
Ravi Avatar asked Feb 02 '10 16:02

Ravi


People also ask

What is Handsontable?

Handsontable is a data grid with spreadsheet features and look&feel. Handsontable is written in JavaScript and works with the most popular frameworks such as Angular, Vue and React. It can be easily modified or extended with custom plugins.

What is Jspreadsheet?

Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based online interactive tables and spreadsheets compatible with other spreadsheet software. You can create an online spreadsheet table from a JS array, JSON, CSV or XSLX files.


1 Answers

I needed JavaScript data grid with copy/paste compatibility with Excel. I could not find such, so I created jQuery plugin: http://handsontable.com/

Maybe you will find it useful.

like image 146
warpech Avatar answered Sep 23 '22 02:09

warpech