Export Grid or Listbox to PDF & Excel"

From Documentation
m
m
Line 9: Line 9:
  
 
= Introduction =
 
= Introduction =
 +
Web application developers often require to transform data into different format. For instance, to PDF format that enhance read accessibility and to Excel format that can further analyze data. This smalltalk is going to introduce a easy way that can transform from Grid or Listbox to PDF/Excel.

Revision as of 06:36, 26 November 2012

Export Grid or Listbox to PDF & Excel

WarningTriangle-32x32.png This page is under construction, so we cannot guarantee the accuracy of the content!

DocumentationSmall Talks2012DecemberExport Grid or Listbox to PDF & Excel
Export Grid or Listbox to PDF & Excel

Author
Sam Chuang, Engineer, Potix Corporation
Date
November 26, 2012
Version
ZK 6.0 and later

Introduction

Web application developers often require to transform data into different format. For instance, to PDF format that enhance read accessibility and to Excel format that can further analyze data. This smalltalk is going to introduce a easy way that can transform from Grid or Listbox to PDF/Excel.