As a co-founder of Handsontable, I am proud to see it used in this paper. Handsontable is a commercial spreadsheet component, however it is free for non-commercial purposes such as education, research, study, and personal use, testing and demonstration: https://github.com/handsontable/handsontable/blob/master/han...
Wildcard: Spreadsheet-Driven Customization of Web Applications
21–30 of 55 posts
Re: Wildcard: Spreadsheet-Driven Customization of Web Applications
#22Why should I invest in Wildcard's API instead of Google's? Am I missing something?
Re: Wildcard: Spreadsheet-Driven Customization of Web Applications
#23This however is refreshingly different, and demonstrates the potential power that users can have over the data displayed in browsers...
Re: Wildcard: Spreadsheet-Driven Customization of Web Applications
#24I was under the impression that it would be another 'Google Sheet' used to configure a web application... This however is refreshingly different, and demonstrates the potential power that users can have over the data displayed in browsers...
"Wildcard" however either needs; AI to detect and classify unknown HTML as rows in a table. OR tonnes and tonnes of integration code (glue code) for all the popular websites used... which seems to be the plan
[1] https://chrome.google.com/webstore/detail/honey/bmnlcjabgnpn...
Re: Wildcard: Spreadsheet-Driven Customization of Web Applications
#25This is the most inspiring implementation of live web scraping that I have seen. However, I think it will only work well on semantic HTML. I don't know about AirBnb, used in the paper, but I can say many good words about GitHub. GitHub is an awesome example of a customizable web app thanks to solid, semantic HTML structure. You can see hundreds of web extensions and Tampermonkey user scripts for GitHub that work cons…
I especially love the Excel like formula feature.
Re: Wildcard: Spreadsheet-Driven Customization of Web Applications
#26Granted, not every custom UI is better than its spreadsheet version would be. But thats a different problem.
Otherwise, there are a lot of react datagrid and spreadsheet components to use if you feel that would be the best UI solution for your app.
Am I missing something?
Re: Wildcard: Spreadsheet-Driven Customization of Web Applications
#27I don't get it. We have custom web frontends because we feel our problems can be solved more efficiently in UIs different from a spreadsheet, don't we? Granted, not every custom UI is better than its spreadsheet version would be. But thats a different problem. Otherwise, there are a lot of react datagrid and spreadsheet components to use if you feel that would be the best UI solution for your app. Am I missing someth…
Re: Wildcard: Spreadsheet-Driven Customization of Web Applications
#28To bring it full circle, here are a couple recent demo videos I made of using Wildcard to customize the HN front page:
Re: Wildcard: Spreadsheet-Driven Customization of Web Applications
#29This is the most inspiring implementation of live web scraping that I have seen. However, I think it will only work well on semantic HTML. I don't know about AirBnb, used in the paper, but I can say many good words about GitHub. GitHub is an awesome example of a customizable web app thanks to solid, semantic HTML structure. You can see hundreds of web extensions and Tampermonkey user scripts for GitHub that work cons…
re: scraping, it's true that semantic HTML makes things easier, but we've also been building site adapters for a variety of modern sites that use frontend frameworks, "utility CSS", etc. Most promising solution so far is something I'm calling "AJAX scraping" -- observe the JSON request made by the client and just directly extract structured data from there.
Re: Wildcard: Spreadsheet-Driven Customization of Web Applications
#30Your demo above is key to making it easy to understand the idea very quickly! Lots of sites could benefit from that including something like IndieHackers.
Nice work.