xlsx-to-txt-exe
v1.0.15
Published
`xlsx-to-txt-exe` is a CLI application designed to convert Excel (`.xlsx`) files containing customer orders into standalone text files. Each line from the input Excel file is transformed into a separate text file, with the filename corresponding to the cu
Readme
xlsx-to-txt-exe
xlsx-to-txt-exe is a CLI application designed to convert Excel (.xlsx) files containing customer orders into standalone text files. Each line from the input Excel file is transformed into a separate text file, with the filename corresponding to the customer's ID. Each text file contains the product ID and count, formatted for readability by a specific POS system.
Table of Contents
Features
- Convert
.xlsxfiles of customer orders into individual text files. - Each text file includes the customer ID, product ID, and count.
- Facilitates integration with a specific POS system for order processing.
Getting Started
To start the application, you can use either Docker Compose or the provided Makefile shortcuts.
Using Docker Compose
Build the Docker image and start the container:
docker compose up -d
