Log In
Support
New Account
This forum
This project's trackers
This project's forums
This project's tasks
This project's releases
This project's documents
This project's news
Software/Group
People
Skill
Advanced search
Home
My Page
Project Tree
Code Snippets
Project Openings
spreadsheet
Summary
Forums
Tracker
Lists
Tasks
Docs
News
SCM
Files
Forums
|
Admin
Discussion Forums:
help
Start New Thread
Nested
Flat
Threaded
Ultimate
Show 25
Show 50
Show 75
Show 100
By:
Javix
RE: Define format only for one cell .... [ reply ]
2010-03-04 15:14
sheet1.row(0).set_format(col, format)
Like that you will set a format for the row at index 0 and in the cell 'col' of that row.
By:
P K
Define format only for one cell .... [ reply ]
2010-03-04 14:51
is it possible to set different format than other that is defined in this row only for one cell.