Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement HTMLSheetWriter #3

Open
vakaras opened this issue Aug 30, 2011 · 0 comments
Open

Implement HTMLSheetWriter #3

vakaras opened this issue Aug 30, 2011 · 0 comments

Comments

@vakaras
Copy link
Owner

vakaras commented Aug 30, 2011

Implement sheet writer, which creates HTML table. (Just table, not whole HTML page.)

Example of usage:

from cStringIO import StringIO

file = StringIO()
sheet.write(file, u'HTML')

table = file.getvalue()
# Use table in Django template…

Another example:

sheet.write(u'sheet.xls', u'HTML')
# Open generated file with MS Excel.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant