Rxofclock is a useless tool for converting xlsx files into any text you need.
WARNING: This tool is useless in most situations, only in specific situations can save a lot of time and repeat work.
This project is a SPA application, you can visit the application page for demo.
See rxofclock-docs
enter the application page
example sheet
fruit | price |
---|---|
apple | 10 |
banana | 15 |
template
output
The price of apple is 10
The price of banana is 15
- Basic features
- Copy template and result
- Download template and result
- Load template from local text file
- Save and load code with localStorage
- Register custom helpers
- (Refactor) Split app.tsx into isolated components
-
Import online javascript libraries(such as unpkg.com) in helper -
Load code from url with fetch API, save recent urls -
Dark mode support
The project requires Nodejs >= 14 and PNPM >= 7
Clone this repo
git clone https://github.com/rexcape/rxofclock.git
cd rxofclock
Install dependencies
pnpm install
Run dev server
pnpm dev
Thanks Vercel for hosting this page.
This README.md was written with readme.so