Programm for importing Excel to exporting pdf template.
Try importing files in example directory.
You can see imported .xlcx blank table and result in /example/qr_code(exported).pdf
1: Home Page with routes for:
- importing .xlsx and export pdf.
- export .xlsx files
2: Initial state table.
3: Lets import some table.
4: The imported table is structured into DOM-tree.
5: Lets see preview the template and click button 'View'.
6: Save pdf file and enjoy result. 🎉
7: Now we can export file to .xlsx but cannot editting yet.
- https://github.com/electron-react-boilerplate/electron-react-boilerplate
- https://github.com/electron/electron/blob/v9.0.4/docs/api/dialog.md
- https://www.npmjs.com/package/xlsx
- Edit Excel File
- https://medium.com/nuances-of-programming/%D1%8D%D0%BA%D1%81%D0%BF%D0%BE%D1%80%D1%82-%D0%B4%D0%B0%D0%BD%D0%BD%D1%8B%D1%85-%D0%B2-excel-%D1%81-react-f70db4059f3f
- https://medium.com/@jmuse/%D0%BF%D0%B5%D1%80%D0%B5%D0%B4%D0%B0%D1%87%D0%B0-%D0%B4%D0%B0%D0%BD%D0%BD%D1%8B%D1%85-%D0%BC%D0%B5%D0%B6%D0%B4%D1%83-%D0%BA%D0%BE%D0%BC%D0%BF%D0%BE%D0%BD%D0%B5%D0%BD%D1%82%D0%B0%D0%BC%D0%B8-%D0%B2-react-d86394da2b50
- https://medium.com/@stasonmars/%D1%80%D1%83%D0%BA%D0%BE%D0%B2%D0%BE%D0%B4%D1%81%D1%82%D0%B2%D0%BE-%D0%BF%D0%BE-%D1%82%D1%80%D1%91%D0%BC-%D1%81%D0%BF%D0%BE%D1%81%D0%BE%D0%B1%D0%B0%D0%BC-%D1%81%D1%82%D0%B8%D0%BB%D0%B8%D0%B7%D0%B0%D1%86%D0%B8%D0%B8-%D0%B2-react-2ca5c0c7464b
pdf to css open read file js node js open file npm pdf react onload excel xlsx upload worksheet
react-pdf, @react-pdf/renderer
main.dev.ts fix:
fixed issues electron-react-boilerplate/electron-react-boilerplate#2434
issues Supplied Data is not a valid base64-String jsPDF.convertStringToImageData
DEBUG_PROD=true yarn build && DEBUG_PROD=true yarn start
fix image issue ivmarcos/react-to-pdf#21
Botstrapped with:
- electron-react-boilerplate
- xlsx
- react-to-pdf
Frontend:
- Github - This frontender Github page