A spreadsheet in fewer than 30 lines of JavaScript, no library used
1–10 of 274 posts
Re: A spreadsheet in fewer than 30 lines of JavaScript, no library used
#2And why do you call a table an "excel-like" app? Can it so =SUM(); can it do search and replace or the over 9000 other features of excel? No... it's a table, with a editor.
Re: A spreadsheet in fewer than 30 lines of JavaScript, no library used
#3My text disappears after I type it in and move on. And why do you call a table an "excel-like" app? Can it so =SUM(); can it do search and replace or the over 9000 other features of excel? No... it's a table, with a editor.
Re: A spreadsheet in fewer than 30 lines of JavaScript, no library used
#4My text disappears after I type it in and move on. And why do you call a table an "excel-like" app? Can it so =SUM(); can it do search and replace or the over 9000 other features of excel? No... it's a table, with a editor.
try "=1+2"
Re: A spreadsheet in fewer than 30 lines of JavaScript, no library used
#5My text disappears after I type it in and move on. And why do you call a table an "excel-like" app? Can it so =SUM(); can it do search and replace or the over 9000 other features of excel? No... it's a table, with a editor.
Re: A spreadsheet in fewer than 30 lines of JavaScript, no library used
#6Re: A spreadsheet in fewer than 30 lines of JavaScript, no library used
#7Re: A spreadsheet in fewer than 30 lines of JavaScript, no library used
#8My text disappears after I type it in and move on. And why do you call a table an "excel-like" app? Can it so =SUM(); can it do search and replace or the over 9000 other features of excel? No... it's a table, with a editor.
Re: A spreadsheet in fewer than 30 lines of JavaScript, no library used
#9My text disappears after I type it in and move on. And why do you call a table an "excel-like" app? Can it so =SUM(); can it do search and replace or the over 9000 other features of excel? No... it's a table, with a editor.
Re: A spreadsheet in fewer than 30 lines of JavaScript, no library used
#10Bug/feature: only uppercase works in formulas (A4 works but a4 does not).