Skip to main content

Generate csv,xlxs,excel,pdf and html file from python dictionary objects

Project description

Object_to_xFile

Under construction! Not ready for use yet! Currently experimenting and planning!

Developed by Sachin Indoriya (c) 2022

Examples of How To Use (Buggy Alpha Version)

from object_to_xfile.xconvertor  import XConverter

 
dummy_data = {['name':'John','age':23,'hobby':'reading'],['name':'Tom','age':23,'hobby':'coding']}

# create XConvertor object
x_convertor_obj = XConverter(dummy_data)


# for csv, call to_csv() methods
x_convertor_obj.to_csv()

# for html, call to_html() methods
x_convertor_obj.to_html()

# for excel, call to_excel() methods
x_convertor_obj.to_excel()

# for pdf, call to_pdf() methods
x_convertor_obj.to_pdf()

# for xml, call to_xml() methods
x_convertor_obj.to_xml()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

object_to_xfile-0.0.3.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

object_to_xfile-0.0.3-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page