Export data from excel
Project description
Export data from excel to json format text.
It requires xlrd.
# sample
from datapacker import excel2class, excel2data
# export to c# classes
e2c = excel2class.Excel2Class(output_path=’your_output_path/’)
e2c.make(namespace=’c# namespace’, gameinfoclass=’GameInfo class name’)
# export to JSON file
e2d = excel2data.Excel2Data(output_path=’your_output_path/’)
e2d.password = ‘md5 password’
e2d.suffix = ‘.txt’ # json file suffix
e2d.make_json(filename=’GameInfo class name’)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
datapacker-1.0.7.zip
(10.0 kB
view details)
File details
Details for the file datapacker-1.0.7.zip.
File metadata
- Download URL: datapacker-1.0.7.zip
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
551946abd9911267bacfc7b6d0aa04d3c66139ce0cbbbd9d1e714df5ddf04cda
|
|
| MD5 |
8838949a5868af18507a9281e2e2bbf3
|
|
| BLAKE2b-256 |
51f1c9552c95df0f6e5b75b0abf0024aa8179db136e29c49a75d8a940c47ff49
|