https://github.com/tg123/csv2xls_sae
covert csv to xls all cell will be set to text to prevent from big number data losing
https://github.com/tg123/csv2xls_sae
Last synced: 7 months ago
JSON representation
covert csv to xls all cell will be set to text to prevent from big number data losing
- Host: GitHub
- URL: https://github.com/tg123/csv2xls_sae
- Owner: tg123
- Created: 2013-01-29T11:42:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-12T06:33:37.000Z (over 12 years ago)
- Last Synced: 2025-02-01T13:25:27.364Z (8 months ago)
- Language: Python
- Homepage: http://csv2xls.sinaapp.com/
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CSV to XLS 转换
===============
解决CSV 大数(超过15位) 导入 Excel 时精度丢失的问题,到这里转换后的xls文件再也不会有这样问题了。运行在[SAE](sae.sina.com.cn) 上 [http://csv2xls.sinaapp.com/](http://csv2xls.sinaapp.com/)
本开开发
========# 安装依赖
saecloud install bottle
saecloud install pyexcelerator
# 启动测试服务
dev_server.py
使用的第三方库
==============* [py-csv2xls](http://py-csv2xls.sourceforge.net/) 引入时做的改动适应SAE
* [bootstrap-fileupload](http://jasny.github.com/bootstrap/javascript.html#fileupload)