Share

pyExcelerator

Tracker: Feature Requests

5 New method write_string in Worksheet.Worksheet class - ID: 1601003
Last Update: Comment added ( gwashburn )

This patch add new method write_string to Worksheet.Worksheet class. For
example:


w = Workbook()
ws = w.add_sheet(u'Example')
ws.write_string(5, 3, ["1", "2", "3"])

where 5 is a row coord, 3 is a start column coord and ["1", "2", "3"] is a
data to write.



Nobody/Anonymous ( nobody ) - 2006-11-22 09:14

5

Closed

None

Nobody/Anonymous

Interface Improvements (example)

None

Public


Comment ( 1 )

Date: 2009-04-21 10:37
Sender: gwashburn

This was implemented independently using method write_cols.


Attached File ( 1 )

Filename Description Download
Worksheet.py.patch Worksheet.py.patch Download

Changes ( 4 )

Field Old Value Date By
status_id Open 2009-04-21 10:37 gwashburn
allow_comments 1 2009-04-21 10:37 gwashburn
close_date - 2009-04-21 10:37 gwashburn
File Added 203942: Worksheet.py.patch 2006-11-22 09:14 nobody