Live data from Hacker News

Show HN: X-spreadsheet 1.0.28 – A JavaScript canvas spreadsheet for web

myliang.github.io

1–10 of 10 posts

Re: Show HN: X-spreadsheet 1.0.28 – A JavaScript canvas spreadsheet for web

#6
post #3

Bummer. Can’t edit a cell on iPad. Still not sure why Apple hasn’t figured this out. It’s my main reason for still needing a laptop.

Apple still haven't learnt what Pro actually means yet. I'm not convinced they like professionals using their tablets or even their computers for that matter.

Note to rabid fanboys: don't bother. I use my ipad pro 12.9"s for making money on a daily basis. I know where the faults are.

Re: Show HN: X-spreadsheet 1.0.28 – A JavaScript canvas spreadsheet for web

#8
post #3

Bummer. Can’t edit a cell on iPad. Still not sure why Apple hasn’t figured this out. It’s my main reason for still needing a laptop.

It’s basically adding listeners for pointer etc events in addition to click events. It’s not difficult to implement.

Re: Show HN: X-spreadsheet 1.0.28 – A JavaScript canvas spreadsheet for web

#10
I wrote this many years ago: https://sheets.alhur.es/

The source code is somewhere on GitHub, but I don't remember where exactly, I tried so many times to write a good spreadsheet. My final goal was to use them to power-up a structured n-dimensional app for storing any kind of data and visualizing it and doing computations like in a normal free-form spreadsheet.