Without the calculator aspect it not really an excel clone.
Show HN: Datagridxl2.js – Fast Excel-like data table library
81–90 of 108 posts
Re: Show HN: Datagridxl2.js – Fast Excel-like data table library
#82This look really good. Can it be used as a front end with say C++/C# etc to replace Excel COM interop?
Re: Show HN: Datagridxl2.js – Fast Excel-like data table library
#83Please point out wether it is free or commercial in your announcements : https://www.datagridxl.com/buy
Free if you don't disable the branding link.
Re: Show HN: Datagridxl2.js – Fast Excel-like data table library
#84Been using AgGrid but looking for a replacement. I tried to load a CSV of 100k items here and got a "RangeError: Maximum call stack size exceeded." https://www.datagridxl.com/demos/import-csv-data
Re: Show HN: Datagridxl2.js – Fast Excel-like data table library
#85Accessibility is a strong gating factor for some (including me). I don't see it in the docs. The whole thing seems to be missing any ARIA (see https://www.w3.org/TR/wai-aria-practices/examples/grid/dataG... ) Let me know if you want help.
Thanks for your feedback. It's true, I have not made any real efforts when it comes to accessibility (apart from choosing DOM over Canvas). I would very much like to make DataGridXL as accessible as I can, but right now it is not a priority. Thank you very much for sharing the link, that looks really helpful. Are you experienced in making data grids accessible?
Re: Show HN: Datagridxl2.js – Fast Excel-like data table library
#86Accessibility is a strong gating factor for some (including me). I don't see it in the docs. The whole thing seems to be missing any ARIA (see https://www.w3.org/TR/wai-aria-practices/examples/grid/dataG... ) Let me know if you want help.
Do you happen to know of best practices for simulating different disabilities, or some recording of somebody actually using some example well-designed accessible software? A video recording, to me as somebody who can see and hear and move just fine (for now), would help me understand what interaction methods don't work or are a struggle, which interaction methods are intuitive and effective, and which types of conten…
Re: Show HN: Datagridxl2.js – Fast Excel-like data table library
#87One feedback, undo is currently slow even if I just want to undo 5 cells of data.
Can you tell me what webpage you're on (and your device+browser). Undoing should happen instantly.
Re: Show HN: Datagridxl2.js – Fast Excel-like data table library
#88Re: Show HN: Datagridxl2.js – Fast Excel-like data table library
#89Re: Show HN: Datagridxl2.js – Fast Excel-like data table library
#90Earlier quoted context omitted.
All things considered it’s great software but yes it can be kinda heavyweight at times.
Would you mind taking a look at grid.glideapps.com and letting me know if/where it doesn't work for you? We are always looking for feedback. Development is done entirely in the open, feel free to just file issues and open discussions on github.