gnumeric
-
Note that Gnumeric can store the spreadsheet data in a compressed format .
注意,Gnumeric可以以压缩格式存储电子表格数据。
-
The Gnumeric spreadsheet accommodates changeable information and stores the data in XML .
Gnumeric电子表格适应多变的信息并以XML格式存储数据。
-
To view the data directly , make sure the spreadsheet is stored using zero compression from the Gnumeric preferences .
要想直接查看数据,确保在Gnumeric参数设置中选择零压缩来对电子表格进行存储。
-
Because the uncompressed Gnumeric file is pure XML , you can get an idea of the structure of the data with a basic text editor .
由于压缩的Gnumeric文件是纯XML文件,用一个基本的文本编辑器就可以对数据的结构有一个大概的了解。
-
The code begins by defining the name of the Gnumeric file , followed by a trap that exits PHP if the file is not found .
这段代码以定义一个Gnumeric文件名开始,接着是一个trap,用于在不找到文件时退出PHP。
-
This example uses Gnumeric , which stores its data in XML format , as the spreadsheet and PHP , which is able to read the XML directly , as a reporting application .
该示例使用Gnumeric作为报表应用程序,Gnumeric以XML格式存储数据,就像电子表格和PHP一样,可以直接读取XML。