Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17149 программистов и 1834 робота. Сейчас ищет 1671 программист ...

Worksheet::writeNumber

Вернуться к: Spreadsheet_Excel_Writer

Worksheet::writeNumber

Worksheet::writeNumber – Write a double to the specified row and column (zero indexed).

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Worksheet::writeNumber ( integer $row , integer $col , float $num , mixed $format=0 )

Write a double to the specified row and column (zero indexed). An integer can be written as a double. Excel will display an integer. $format is optional. Returns 0 : normal termination -2 : row or column out of range

Parameter

  • integer $row - Zero indexed row

  • integer $col - Zero indexed column

  • float $num - The number to write

  • mixed $format - The optional XF format

Note

This function can not be called statically.

Example

Using writeNumber()

<?php

?>


Вернуться к: Spreadsheet_Excel_Writer

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware