没有合适的资源?快使用搜索试试~ 我知道了~
xlsx2html:使用保持单元格格式从xlsx格式简单导出到html表
共35个文件
py:21个
xlsx:3个
ini:2个
需积分: 41 2 下载量 74 浏览量
2021-05-09
12:06:48
上传
评论
收藏 196KB ZIP 举报
温馨提示
xlsx2html 使用保持单元格格式从xlsx格式简单导出到html表 安装 pip install xlsx2html 用法 使用简单 from xlsx2html import xlsx2html out_stream = xlsx2html ( 'path/to/example.xlsx' ) out_stream . seek ( 0 ) print ( out_stream . read ()) 或传递文件路径 from xlsx2html import xlsx2html xlsx2html ( 'path/to/example.xlsx' , 'path/to/output.html' ) 或使用文件之类的对象 import io from xlsx2html import xlsx2html # must be binary mode xlsx_file = ope
资源推荐
资源详情
资源评论
收起资源包目录
xlsx2html-master.zip (35个子文件)
xlsx2html-master
MANIFEST.in 33B
.travis.yml 1KB
xlsx2html
core.py 9KB
constants
locale_format.py 3KB
border.py 786B
builtin.py 1KB
__init__.py 124B
utils.py 617B
__main__.py 209B
compat.py 120B
__init__.py 276B
format
__init__.py 2KB
hyperlink.py 2KB
dt.py 2KB
number.py 7KB
locale.py 1KB
pytest.ini 217B
tests
test_format.py 3KB
conftest.py 2KB
test_files.py 1KB
screenshots
tests.test_files
test_screenshot_diff--reference.png 169KB
__init__.py 24B
fixtures
example.xlsx 10KB
example-ms.xlsx 14KB
hyperlinks.xlsx 7KB
example.html 151KB
test_locale_format.py 234B
tox.ini 527B
LICENSE 1KB
setup.cfg 399B
requirements.txt 286B
setup.py 2KB
.gitignore 2KB
README.md 2KB
run_xlsx2html.py 159B
共 35 条
- 1
资源评论
CodeWizardess
- 粉丝: 18
- 资源: 4691
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- java理财小助手APP源码数据库 SQLITE源码类型 WebForm
- redisio cookbook 的开发存储库.zip
- 基于JSP(MVC模式)和MySQL的网上图书购物系统课程设计
- NTC热敏电阻温度与阻值换算小工具
- RedisDesktopManager Windows 版本.zip
- redis-full-check 用于比较两个 redis 是否有相同的数据 支持 redis 2.x 到 7.x 版本(不支持 Redis Modules) .zip
- Redis 集群的代理 .zip
- 一个字符串小游戏设计实现
- Redis 集群的 Dockerfile(redis 3.0+).zip
- Redis 集群代理.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功