test_biff_records.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:InternationalizationScript-iOS 作者: alexfeng 项目源码 文件源码
def test_intersheets_ref(self):
        book = xlwt.Workbook()
        sheet_a = book.add_sheet('A')
        sheet_a.write(0, 0, 'A1')
        sheet_a.write(0, 1, 'A2')
        sheet_b = book.add_sheet('B')
        sheet_b.write(0, 0, xlwt.Formula("'A'!$A$1&'A'!$A$2"))
        out = BytesIO()
        book.save(out)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号