Giter VIP home page Giter VIP logo

e-shelter_xls2qr's Introduction

E-Shelter Excel2QR

Reads Data from given Excel File and exports Single PDFs and a complete PDF grouped by Gateway

grafik


grafik


Features

  • Reads Excel 2021
  • Export Single Labels as PDF and SVG
  • Export PDF with all rows grouped by Gateway

Folder Structure

  • Data
    \ xlsx - Insert Excel Files here
    \ output - Storage Folder for the combined PDFs
    \ output_pdf - Storage Folder for the PDFs grouped by Gateway
    \ output_svg - Storage Folder for the SVGs grouped by Gateway

Informations

Workflow

  • put your Excel Assetlist into data/xlsx Folder
  • start

Windows executable

Source Installation Linux

git clone https://github.com/corgan2222/E-Shelter_XLS2QR.git
cd E-Shelter_XLS2QR
./install_linux.sh
python3 -m pip install -r requirements.txt 

There are two running modes.

1. Folder Based

python3 xls2qr.py
  • just run the script with no parameter.
  • The script will look in the data/xlsx Folder for an Excel File

2. File based


You can define all files and Folder via command line parameter

python3 xls2qr.py -x [excelfile] 

example Windows

python3 xls2qr.py -x "c:\tmp\file.xlsx" 

example Linux

python3 xls2qr.py -i "/home/user/files/file.xlsx" 


Command line Settings

Option Description Notes
-x Excelfile "/home/user/files/file.xlsx"
-o Output Folder "/home/user/files/data/output"
-l Logfile "/car/log/debug.log"
-v verbose show debug logs if set
-q quit no output


e-shelter_xls2qr's People

Contributors

corgan2222 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.