XLSWriter Vtiful\Kernel\Excel 클래스

(PECL xlswriter >= 1.2.1)


소개

xlsx 파일 생성 및 셀 설정 및 xlsx 파일 출력


클래스 개요

                  
class Vtiful\Kernel\Excel {

  /* Methods */
  public __construct(array $config)
  public addSheet(string $sheetName)
  public autoFilter(string $scope)
  public constMemory(string $fileName, string $sheetName = ?)
  public data(array $data)
  public fileName(string $fileName, string $sheetName = ?)
  public getHandle()
  public header(array $headerData)
  public insertFormula(int $row, int $column, string $formula)
  public insertImage(int $row, int $column, string $localImagePath)
  public insertText(
      int $row,
      int $column,
      stringintdouble $data,
      string $format = ?
  )
  public mergeCells(string $scope, string $data)
  public output()
  public setColumn(string $range, float $width, resource $format = ?)
  public setRow(string $range, float $height, resource $format = ?)
}
                  
                

목차