Skip to content

rexcape/rxofclock

Repository files navigation

Rxofclock

MIT-LICENSE

Vercel

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.

Demo

This project is a SPA application, you can visit the application page for demo.

Docs

See rxofclock-docs

Quick Start

enter the application page

example sheet

fruit price
apple 10
banana 15

template

{{/each data}}
The price of {{[fruit]}} is {{[price]}}
{{#each}}

output

The price of apple is 10
The price of banana is 15

TODO (or features)

  • 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

Useless features

  • Import online javascript libraries(such as unpkg.com) in helper
  • Load code from url with fetch API, save recent urls
  • Dark mode support

Contributing

Prerequisites

The project requires Nodejs >= 14 and PNPM >= 7

Development

Clone this repo

git clone https://github.com/rexcape/rxofclock.git

cd rxofclock

Install dependencies

pnpm install

Run dev server

pnpm dev

Acknowledgements

Thanks Vercel for hosting this page.

This README.md was written with readme.so

About

convert xlsx files into text with browser

Resources

License

Stars

Watchers

Forks