Class Spreadsheet::Excel::Writer::Worksheet
In: lib/spreadsheet/excel/writer/worksheet.rb
Parent: Object

Writer class for Excel Worksheets. Most write_* method correspond to an Excel-Record/Opcode. You should not need to call any of its methods directly. If you think you do, look at write_worksheet

Methods

Included Modules

Spreadsheet::Excel::Writer::Biff8 Spreadsheet::Excel::Internals Spreadsheet::Excel::Internals::Biff8

Attributes

worksheet  [R] 

Public Class methods

Public Instance methods

The number of bytes needed to write a Boundsheet record for this Worksheet Used by Writer::Worksheet to calculate various offsets.

Write a blank cell

Write a cell with a Boolean or Error value

Write a cell with a Formula. May write an additional String record depending on the stored result of the Formula.

Write a cell with a String value. The String must have been stored in the Shared String Table.

Write multiple consecutive blank cells.

Write multiple consecutive cells with RK values (see write_rk)

Write a cell with a 64-bit double precision Float value

Write a cell with a Numeric or Date value.

[Validate]