Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 556 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 556 Bytes

Sheets-to-CSV Converter CLI

Introduction

This Command Line Interface (CLI) tool is designed to convert Excel files (.xlsx) into CSV format. It provides options to list available sheets in an Excel file and to specify which sheet to convert. This tool is built using Go and is efficient for both small and large Excel files.

Features

  • List all sheets in an Excel file.
  • Convert a specified sheet to a CSV file.
  • Default to the first sheet if no specific sheet is mentioned.
  • Read from standard input and write to standard output by default.