Is a simple program on the based of a website basis used to generate reports based on a spreadsheet.
If you want to send your employer / co-worker some data in the form of a text message, probably, this is the best solution for you for these purposes.
- Show location of the spreadsheet file.
- Select the row of interest on the basis of which you want to generate a report / message.
- If everything checks out click "copy message" at the bottom of the screen.
- Paste the copied message into WhatsApp or email client or wherever you want to send it to.
- Close the window with the generated message to be able to select a new row to generate a report / message.
Isn't it trivial ?!
The project is based on SheetJS solutions.
Pure HTML, CSS and JavaScript were used, as well as the following capabilities: node.js, sass / bem.
Every effort has been made to ensure that the code is written according to the latest standards and solutions and meets the standards of RWD.
In the current version it is rigidly set to accept only xlxs files, but SheetJS allows the use of other formats as well.
NOT TESTED WITH OTHER FORMATS.
The project is built about the modularity that Node.js allows. Here's a quick look at what a particular folder is responsible for.
.github - Responsible for running the site on GitHub from the "dist" folder and hidden graphics for description there.
dist - It contains the final versions of the project, mainly compressed.
src - Includes draft versions of the files. These are uncompressed files.