{ "info": { "author": "Hackathon", "author_email": "kimi.huang@brightcells.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Programming Language :: Python", "Topic :: Office/Business :: Financial :: Spreadsheet", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "====================\ndjango-excel-storage\n====================\n\nInstallation\n============\n\n::\n\n pip install django-excel-storage\n\n\nUsage\n=====\n\n::\n\n from excel_storage import ExcelStorage\n\n def excelfunc():\n objs = SomeModel.objects.all()\n fpath = ExcelStorage(data).save()\n\n\nor::\n\n from excel_storage import ExcelStorage\n\n def excelfunc():\n data = [\n ['Column 1', 'Column 2'],\n [1, 2],\n [3, 4]\n ]\n fpath = ExcelStorage(data, 'my_data', font='name SimSum')\n\n\nParams\n======\n\n* font='name SimSum'\n * Set Font as SimSum(\u5b8b\u4f53)\n* force_csv=True\n * CSV Format? True for Yes, False for No, Default is False\n\n\nCSV\n===\n\n+-----------------+----------------+----------------+----------------+-------------+\n| | Win Excel 2013 | Mac Excel 2011 | Mac Excel 2016 | Mac Numbers |\n+=================+================+================+================+=============+\n| UTF8 | Messy | Messy | | Normal |\n+-----------------+----------------+----------------+----------------+-------------+\n| GB18030 | Normal | Normal | | Messy |\n+-----------------+----------------+----------------+----------------+-------------+\n| UTF8 + BOM_UTF8 | Normal | Messy | | Normal |\n+-----------------+----------------+----------------+----------------+-------------+\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Brightcells/django-excel-storage", "keywords": "django-excel-storage", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-excel-storage", "package_url": "https://pypi.org/project/django-excel-storage/", "platform": "", "project_url": "https://pypi.org/project/django-excel-storage/", "project_urls": { "Homepage": "https://github.com/Brightcells/django-excel-storage" }, "release_url": "https://pypi.org/project/django-excel-storage/1.0.0/", "requires_dist": [ "django-six (>=1.0.4)", "pytz", "screen", "xlwt" ], "requires_python": "", "summary": "Django Excel Storage", "version": "1.0.0" }, "last_serial": 3278211, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "6883c17418a6f472dec7021f43a71b7f", "sha256": "e1fa173321530342bde7da65cc3e467755f2ee3538f840d4b69641d4b2c19e7c" }, "downloads": -1, "filename": "django_excel_storage-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6883c17418a6f472dec7021f43a71b7f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5484, "upload_time": "2017-10-25T14:38:46", "url": "https://files.pythonhosted.org/packages/61/e4/66ed118e917bb7eb935b6b29ea481e4cc5f4fb0dc4999c13f65445b51c55/django_excel_storage-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1236333628e30635d718c82acf607f6c", "sha256": "f1f5093390e8d35017176082c0dc1d7e407889a9769a6091bc3a1183e65cef8a" }, "downloads": -1, "filename": "django-excel-storage-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1236333628e30635d718c82acf607f6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3837, "upload_time": "2017-10-25T14:38:47", "url": "https://files.pythonhosted.org/packages/1c/1f/a78c8bae6ed9ba5298a081d47e3f05548f5bfa1028700ed444a4f2134aba/django-excel-storage-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6883c17418a6f472dec7021f43a71b7f", "sha256": "e1fa173321530342bde7da65cc3e467755f2ee3538f840d4b69641d4b2c19e7c" }, "downloads": -1, "filename": "django_excel_storage-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6883c17418a6f472dec7021f43a71b7f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5484, "upload_time": "2017-10-25T14:38:46", "url": "https://files.pythonhosted.org/packages/61/e4/66ed118e917bb7eb935b6b29ea481e4cc5f4fb0dc4999c13f65445b51c55/django_excel_storage-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1236333628e30635d718c82acf607f6c", "sha256": "f1f5093390e8d35017176082c0dc1d7e407889a9769a6091bc3a1183e65cef8a" }, "downloads": -1, "filename": "django-excel-storage-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1236333628e30635d718c82acf607f6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3837, "upload_time": "2017-10-25T14:38:47", "url": "https://files.pythonhosted.org/packages/1c/1f/a78c8bae6ed9ba5298a081d47e3f05548f5bfa1028700ed444a4f2134aba/django-excel-storage-1.0.0.tar.gz" } ] }