Earlier quoted context omitted.
I am not - https://support.google.com/cloud/answer/9110914?hl=en - after Facebook, everyone is tightening up these permissions.
Okay, it's wider than just GMail, I had missed the addition of Drive, but according to that link an audit is just required for > Drive - Any Drive API scope that permits an application to read, modify, or manage the content or metadata of a user’s Drive files, without the user individually granting file-by-file access. I could be wrong, but to me this suggests you can use the Sheets API against a user-specified docum…
Show HN: SheetUI – Turn Google Sheets into Web Pages
111–120 of 154 posts
Re: Show HN: SheetUI – Turn Google Sheets into Web Pages
#112So from talking to people I see a need to quickly turn a spreadsheet of information into something visually pleasing. SheetUI is my response to that need. You give it a Google Sheet URL, pick a template, and tap in the columns where you want them to show up. In return you get a visually pleasing and responsive web page that you can embed on your site, or link to in your newsletter or chat with a client. Created with…
Re: Show HN: SheetUI – Turn Google Sheets into Web Pages
#113Crazy I know: why not just link them to the sheet? If the goal is for one person to convey information to another, why do we need to “decorate” it? I kind of like some of the Brutalism takes on web design. Just throw away all decoration and live with the ugly world, “ugly” being subjective. I think excel sheets are actually quite beautiful. Challenge the status quo :-) at the expense of coolness, dignity and comfort.
Part of conveying information should be about making the information easy to digest. Sometimes a spreadsheet fits that bill. Other times a crafted UI works better.
Re: Show HN: SheetUI – Turn Google Sheets into Web Pages
#114So from talking to people I see a need to quickly turn a spreadsheet of information into something visually pleasing. SheetUI is my response to that need. You give it a Google Sheet URL, pick a template, and tap in the columns where you want them to show up. In return you get a visually pleasing and responsive web page that you can embed on your site, or link to in your newsletter or chat with a client. Created with…
Have you run across this? How did you solve it? Thanks!
Re: Show HN: SheetUI – Turn Google Sheets into Web Pages
#115Crazy I know: why not just link them to the sheet? If the goal is for one person to convey information to another, why do we need to “decorate” it? I kind of like some of the Brutalism takes on web design. Just throw away all decoration and live with the ugly world, “ugly” being subjective. I think excel sheets are actually quite beautiful. Challenge the status quo :-) at the expense of coolness, dignity and comfort.
Ugliness aside, there are some things that don't work very well in a plain spreadsheet vs a UI. For example large paragraphs and images. Part of conveying information should be about making the information easy to digest. Sometimes a spreadsheet fits that bill. Other times a crafted UI works better.
Excel sheets are essentially rectangular grid with borders. Grids have been used since the 60's in graphic design, primarily championed by the Swiss Grid System (Josef-muller brockmann, et. al).
So if you say that excel sheets are not a good instrument to convey information, you're saying that a grid like structure is not good at laying out information in a logical, understandable fashion. Which is provably false - everything from Tax forms to road signs, every bit of graphic design professionally conducted uses the grid system.
Think a bit deeper than just aesthetics and ask yourself, what exactly is an excel sheet? It is a bunch of boxes. Whether those are div elements or excel cells, what's the difference? Padding and margins?
Re: Show HN: SheetUI – Turn Google Sheets into Web Pages
#116So from talking to people I see a need to quickly turn a spreadsheet of information into something visually pleasing. SheetUI is my response to that need. You give it a Google Sheet URL, pick a template, and tap in the columns where you want them to show up. In return you get a visually pleasing and responsive web page that you can embed on your site, or link to in your newsletter or chat with a client. Created with…
This looks great! I made a while back a library[1] to do this, but of course you still have to code on top of it (which is what I wanted). Your project makes it very easy for everyone to get started and not only those who know how to code, props on launching it. Are you using Node.js? Would love some feedback on my lib since it seems we are doing the same thing for different user types! [1] https://github.com/francis…
That said, I wish I had stumbled upon your library when I first started out. It looks better designed than the one I initially used (which I promptly abandoned because it couldn't handle certain errors properly, and I decided to roll my own).
Re: Show HN: SheetUI – Turn Google Sheets into Web Pages
#117So from talking to people I see a need to quickly turn a spreadsheet of information into something visually pleasing. SheetUI is my response to that need. You give it a Google Sheet URL, pick a template, and tap in the columns where you want them to show up. In return you get a visually pleasing and responsive web page that you can embed on your site, or link to in your newsletter or chat with a client. Created with…
What would be your business model?
Re: Show HN: SheetUI – Turn Google Sheets into Web Pages
#118So from talking to people I see a need to quickly turn a spreadsheet of information into something visually pleasing. SheetUI is my response to that need. You give it a Google Sheet URL, pick a template, and tap in the columns where you want them to show up. In return you get a visually pleasing and responsive web page that you can embed on your site, or link to in your newsletter or chat with a client. Created with…
Do you have demos of current sites using this?
Re: Show HN: SheetUI – Turn Google Sheets into Web Pages
#119Crazy I know: why not just link them to the sheet? If the goal is for one person to convey information to another, why do we need to “decorate” it? I kind of like some of the Brutalism takes on web design. Just throw away all decoration and live with the ugly world, “ugly” being subjective. I think excel sheets are actually quite beautiful. Challenge the status quo :-) at the expense of coolness, dignity and comfort.
One idea I have is to go back to the simpler days of MSDOS GUI. We can generate such a UI using some custom markdown, and for the most part it does simple CRUD, with plugin support for complicated stuff. The focus will be on speed (keyboard navigable with Windows alt+ shortcuts), and brutalist UI in the form of MSDOS GUI.
Re: Show HN: SheetUI – Turn Google Sheets into Web Pages
#120Earlier quoted context omitted.
This looks great! I made a while back a library[1] to do this, but of course you still have to code on top of it (which is what I wanted). Your project makes it very easy for everyone to get started and not only those who know how to code, props on launching it. Are you using Node.js? Would love some feedback on my lib since it seems we are doing the same thing for different user types! [1] https://github.com/francis…
I use Next.js, but the sheet is loaded client side :) My next iteration would switch to Cloud sheets API though. That said, I wish I had stumbled upon your library when I first started out. It looks better designed than the one I initially used (which I promptly abandoned because it couldn't handle certain errors properly, and I decided to roll my own).
What names did you use to try to find it if you don't mind me asking?