Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Aeolun
on Sept 16, 2023
|
parent
|
context
|
favorite
| on:
I built Excel for Uber and they ditched it
> Apache POI lets you run headless Excel. You import and interact with sheets programmatically in Java.
How does this help you in the browser?
eitland
on Sept 16, 2023
[–]
You make a small small backend-for-frontend that translates requests from the browser to calls to the Apache POI library and return the information to the browser, probably as some kind of json representation.
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
How does this help you in the browser?