Class Worksheet
In: lib/spreadsheet/worksheet.rb
Parent: BIFFWriter

Methods

Constants

RowMax = 65536
ColMax = 256
StrMax = 255
Buffer = 4096

Attributes

colinfo  [RW] 
index  [RW] 
name  [R] 
offset  [RW] 
selection  [RW] 
xf_index  [R] 

Public Class methods

Public Instance methods

private - adapted from .37 of Spreadsheet::WriteExcel

Format a rectangular section of cells. Note that you should call this method only after you have written data to it, or the formatting will be lost.

Write a blank cell to the specified row and column (zero indexed). A blank cell is used to specify formatting without adding data.

[Validate]