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
|
Date: 2009-04-21 10:37 This was implemented independently using method write_cols. |
| Filename | Description | Download |
|---|---|---|
| Worksheet.py.patch | Worksheet.py.patch | Download |
| 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 |