Live data from Hacker News

Show HN: Publisheet – Publish Excel sheets as interactive web pages

publisheet.com

91–97 of 97 posts

Re: Show HN: Publisheet – Publish Excel sheets as interactive web pages

#91

Earlier quoted context omitted.

> including textual information that would be written as Markdown (with a WYSIWYG editor) directly in one or more cells. I thought that it would be an easy way to create complete financial reports, for instance. The landing page's images still reflect that. > But as soon as it launched, I noticed that no one was using it for text-heavy reports. I think the issue with that approach is that text-heavy reports don't per…

> If something existed for Excel + PowerPoint... Isn't that SlideShare you're asking for? If not can you explain more please?

I'm not familiar with SlideShare, but from Wikipedia that seems to focus on sharing presentations rather than building them.

Here's what I mean, specifically: advisory work done by the big consulting companies and Wall Street M&A shops usually consists of lots and lots of Excel files being carefully massaged to create certain outputs that are then dropped in as images into PowerPoint with some text around them, mostly following the exact same formatting guidelines, which are then printed, bound and shown to clients.

Currently, you have to train people to not only know how to come up with the data (i.e. corporate finance, accounting, management consulting) but also teach them how to use powerpoint, think about formatting, make sure they memorize the right color palette, etc. Sometimes formatting alone is 50% of the work – your boss will always tell "you used the wrong shade of blue"...

A lot of these pages are the exact same across assignments. One example is a standard page with valuation multiples over time, comparing client company against a set of peers and/or the S&P500. Or a stock price performance chart.

Annoyingly, you have to set up pages manually virtually every time, and there's no separation between presentation and content.

With RMarkdown + RStudio, you can write Markdown code and embed images into your resulting PDF. Banking / Consulting is doing the same thing, except using PowerPoint. But PowerPoint is a slideshow app, not a PDF authoring tool.

My hypothesis: creating a PDF authoring tool that embeds data from Excel / other sources with formatting kept separate (think a separate CSS file) would be a game changer and revolutionize the industry (though admittedly Wall Street hates changes and convincing people to use this would be an uphill battle)

Re: Show HN: Publisheet – Publish Excel sheets as interactive web pages

#92

Earlier quoted context omitted.

Fair enough. I assumed everyone here was some sort of a dev, I haven’t installed office and refuse to install it. I just use the google services for any ancient documents clients send my way.

Consider that it's you who's missing out. Instead of thinking of MS Office as something non-tech-savvy people use, consider that Excel is the most widely successful environment for reactive programming and small-to-mid-scale data analysis in history. And despite its warts, it's good at what it does. Ironically, it's also a powerful case of democratization of programming - I can't think of any other piece of software…

I dont understand why me as a developer is using MS excel? or excel at all. I live in a JS world and my data is always noSQL/JSON or for relational purposes some sort of SQL. I would never export a DB to crunch numbers in excel for a plethora of reasons. And for any statistical insight i would hope the service itself you are using [because i know you're not reinventing the wheel here] would provide you with the correct numbers with graphs you would have never even considered, simple example google analytics etc

Re: Show HN: Publisheet – Publish Excel sheets as interactive web pages

#93

Earlier quoted context omitted.

Fair enough. I assumed everyone here was some sort of a dev, I haven’t installed office and refuse to install it. I just use the google services for any ancient documents clients send my way.

I'm a dev and I have Office installed. You have a lot of assumptions going on, apparently.

Full office suite I hope. enjoy

Re: Show HN: Publisheet – Publish Excel sheets as interactive web pages

#94

Earlier quoted context omitted.

Consider that it's you who's missing out. Instead of thinking of MS Office as something non-tech-savvy people use, consider that Excel is the most widely successful environment for reactive programming and small-to-mid-scale data analysis in history. And despite its warts, it's good at what it does. Ironically, it's also a powerful case of democratization of programming - I can't think of any other piece of software…

I dont understand why me as a developer is using MS excel? or excel at all. I live in a JS world and my data is always noSQL/JSON or for relational purposes some sort of SQL. I would never export a DB to crunch numbers in excel for a plethora of reasons. And for any statistical insight i would hope the service itself you are using [because i know you're not reinventing the wheel here] would provide you with the corre…

Developers develop different things. Some are crunching websites or GUIs all day long, but others sometimes have some numbers to crunch (at or after work), or things to prototype. So YMMV, but I maintain that it's better to check out good tools than not, because sometimes you discover new things to do after learning how they can be done.

> I would never export a DB to crunch numbers in excel for a plethora of reasons.

You wouldn't, but you might want to connect to one every now and then to test out some ideas.

> And for any statistical insight i would hope the service itself you are using [because i know you're not reinventing the wheel here] would provide you with the correct numbers with graphs you would have never even considered

A service you're using provides you with insights they want you to have, and their time and scope for creating new features is usually limited to the "minimum viable user". If that's the only thing you need then you're golden, but sometimes you need to ask questions or do something with data that isn't offered by the service.

What I'm trying to say is this: Excel is to tabular data what Unix scripting is to text. A convenient and powerful way to solve a lot of problems in a small fraction of time it would take to find a off the shelf solution or develop a marketable-quality product. You're a developer, so you probably don't need it all that much (though sometimes using a spreadsheet really is faster than writing a script). But non-developers do.

Re: Show HN: Publisheet – Publish Excel sheets as interactive web pages

#95
post #33

This looks really nice but I'd like to see a more complex example with several complex functions and updating at least 500 fields at the same time. Then we see how fast it is...

in case of complex functions / many fields it is more logical to use a database and BI tool that displays/visualizes data from this database as a report.

If the tool has limitation it should say somewhere, before someone spends time building a complex example and finds out it crashes the browser.

Re: Show HN: Publisheet – Publish Excel sheets as interactive web pages

#96
post #69

Earlier quoted context omitted.

Just out of curiousity, who uses JSON in excel and why? (I work in corp finance, and use excel extensively)

Nobody, because it doesn't support JSON. I think you've misread the comment you're replying to.

Got it, so you are saying that people use JSON and there is a reason you would also like to use it in Excel?

Re: Show HN: Publisheet – Publish Excel sheets as interactive web pages

#97
post #69

Earlier quoted context omitted.

Nobody, because it doesn't support JSON. I think you've misread the comment you're replying to.

Got it, so you are saying that people use JSON and there is a reason you would also like to use it in Excel?

Precisely.
Post reply on HN