Skip to content

britestak/ExcelMark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExcelMark

ExcelMark is a Node.js application that effortlessly converts Excel files into Markdown tables. Ideal for integrating spreadsheet data into Markdown-formatted documents.

Features

  • Convert Excel spreadsheets to Markdown tables.
  • Simple and easy-to-use.
  • Handles various data types and table structures.

Installation

Clone the repository and install dependencies:

git clone https://github.com/your-username/ExcelMark.git
cd ExcelMark
npm install

Usage

  1. Place your Excel file (e.g., sampleExcel.xlsx) in the project directory.
  2. Edit excelToMarkDown.js and specify the path to your Excel file.
  3. Run the script:
node excelToMarkDown.js

The Markdown table will be printed to the console & even outputMarkDown.md will be created with output.

Sample Excel File

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.

Contributing

Contributions to ExcelMark are welcome! Please feel free to fork the repository, make your changes, and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

ExcelMark: ”streamlining your workflow” – Excelmark is a tool written in Node.js to easily turn Excel spreadsheets into Markdown tables. It is perfect for bringing data into Markdown, suited for a developer or an analyst that requires easy, quick conversion without any stress on their part.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors