ExcelMark is a Node.js application that effortlessly converts Excel files into Markdown tables. Ideal for integrating spreadsheet data into Markdown-formatted documents.
- Convert Excel spreadsheets to Markdown tables.
- Simple and easy-to-use.
- Handles various data types and table structures.
Clone the repository and install dependencies:
git clone https://github.com/your-username/ExcelMark.git
cd ExcelMark
npm install- Place your Excel file (e.g.,
sampleExcel.xlsx) in the project directory. - Edit
excelToMarkDown.jsand specify the path to your Excel file. - Run the script:
node excelToMarkDown.jsThe Markdown table will be printed to the console & even outputMarkDown.md will be created with output.
A sample Excel file, sampleExcel.xlsx, is included in this repository to demonstrate the functionality of ExcelMark. You can use this file to test the application or as a template for your own data.
Contributions to ExcelMark are welcome! Please feel free to fork the repository, make your changes, and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.