Skip to content

Simple script to generate Excel sheet from Strong app.

Notifications You must be signed in to change notification settings

bladeours/strong-to-excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strong To Excel

Script to create excel sheet from export data from Strong app.

Installation

Use requirements.txt to install necessary modules.

pip install -r requirements.txt

How it looks?

example

Export Data From Strong

Here is official tutorial how to do it: link.

Help

usage: strong-to-excel [-h] [-l {DEBUG,INFO,WARNING,ERROR,CRITICAL}] [-o OUTPUT] [-i INPUT]

program to import data from Strong app to Excel sheet

options:
  -h, --help            show this help message and exit
  -l {DEBUG,INFO,WARNING,ERROR,CRITICAL}, --logging {DEBUG,INFO,WARNING,ERROR,CRITICAL}
                        do no print to std output
  -o OUTPUT, --output OUTPUT
                        output file name, default - strong-<timestamp>.xlsx
  -i INPUT, --input INPUT
                        input file name, default - strong.csv

Usage

# creates file strong.xlsx from file strong3231.csv
python3 strong-to-excel.py -i strong3231.csv -o strong.xlsx

About

Simple script to generate Excel sheet from Strong app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages