Sha256: 5386098ea4da42aaf3e705fdf6132e13bca44c24a0ecaef0dcebbb2cc029a1c5

Contents?: true

Size: 160 Bytes

Versions: 2

Compression:

Stored size: 160 Bytes

Contents

from xlwt import *

book = Workbook()
sheet = book.add_sheet("Sheet1")

sheet.write(0, 0, "Hello World!")

book.save("content/examples/hello-world-python.xls")

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
surpass-0.0.6 webby/content/examples/hello-world.py
surpass-0.0.6 webby/output/examples/hello-world.py