New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

object-to-xfile

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-to-xfile

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

  • 0.0.3
  • PyPI
  • Socket score

Maintainers
1

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()

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc