https://github.com/devbassel/sheets_fix
https://github.com/devbassel/sheets_fix
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devbassel/sheets_fix
- Owner: DevBassel
- Created: 2024-12-04T01:10:03.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T14:50:57.000Z (5 months ago)
- Last Synced: 2025-01-31T14:31:46.430Z (4 months ago)
- Language: TypeScript
- Size: 1.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# first step
### install [nodejs](https://nodejs.org/en/download/prebuilt-installer)
# step 2
### clone project from repo
```sh
git clone https://github.com/DevBassel/sheets_fix.git
```#
# step 3 **IMPORTANT**
### copy rows from main file to new witout styles
# step 4
### install Dependencies with:
```sh
> npm i -g pnpm
> pnpm i
```# step 5
open `app.ts` and look at
```sh
handelStuSheets("path/to/file.xlsx", "export file name");
```# step 6
### Run App
```sh
> pnpm start
```### data will be exported in `./data`
#
## If You Need Convert Excel To CSV
```js
convertExcelToCSV("path/to/file.xlsx", "export file name");
```### and run app