mirror of https://github.com/apache/poi.git
Fixed email address
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352086 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
18ffb78a0b
commit
2f4ae62daf
|
@ -46,7 +46,7 @@
|
|||
</s2>
|
||||
<s2 title="Developers">
|
||||
<ul>
|
||||
<li>Glen Stampoultzis (gstamp at iprimus dot com dot au)</li>
|
||||
<li>Glen Stampoultzis (glens at apache.org)</li>
|
||||
<li>Nicola Ken Barozzi (barozzi at nicolaken dot com)</li>
|
||||
</ul>
|
||||
</s2>
|
||||
|
|
|
@ -79,7 +79,7 @@ import org.apache.poi.hssf.usermodel.*;
|
|||
/**
|
||||
* Utillity for reading in BIFF8 records and displaying data from them.
|
||||
* @author Andrew C. Oliver (acoliver at apache dot org)
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
* @see #main
|
||||
*/
|
||||
|
||||
|
|
|
@ -83,7 +83,7 @@ import org.apache.poi.hssf.record
|
|||
* before even attempting to use this.
|
||||
* <P>
|
||||
* @author Andrew C. Oliver (acoliver at apache dot org)
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
* @see org.apache.poi.hssf.model.Workbook
|
||||
* @see org.apache.poi.hssf.usermodel.HSSFSheet
|
||||
* @version 1.0-pre
|
||||
|
|
|
@ -80,7 +80,7 @@ import org.apache.poi.hssf.HSSFLog;
|
|||
* before even attempting to use this.
|
||||
*
|
||||
* @author Andrew C. Oliver (acoliver at apache dot org)
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
* @see org.apache.poi.hssf.usermodel.HSSFWorkbook
|
||||
* @version 1.0-pre
|
||||
*/
|
||||
|
|
|
@ -68,7 +68,7 @@ import org.apache.poi.util.HexDump;
|
|||
* NOTE: This source is automatically generated please do not modify this file. Either subclass or
|
||||
* remove the record in src/records/definitions.
|
||||
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
public class AreaRecord
|
||||
extends Record
|
||||
|
|
|
@ -68,7 +68,7 @@ import org.apache.poi.util.HexDump;
|
|||
* NOTE: This source is automatically generated please do not modify this file. Either subclass or
|
||||
* remove the record in src/records/definitions.
|
||||
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
public class BarRecord
|
||||
extends Record
|
||||
|
|
|
@ -63,7 +63,7 @@ import org.apache.poi.util.LittleEndian;
|
|||
*
|
||||
* @see EndRecord
|
||||
*
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
|
||||
public class BeginRecord
|
||||
|
|
|
@ -65,7 +65,7 @@ import org.apache.poi.util.LittleEndian;
|
|||
* This is currently based on BIFF4 but will up updated to take into
|
||||
* account changed required by BIFF8.
|
||||
*
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
|
||||
public class ChartRecord
|
||||
|
|
|
@ -68,7 +68,7 @@ import org.apache.poi.util.HexDump;
|
|||
* NOTE: This source is automatically generated please do not modify this file. Either subclass or
|
||||
* remove the record in src/records/definitions.
|
||||
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
public class DatRecord
|
||||
extends Record
|
||||
|
|
|
@ -68,7 +68,7 @@ import org.apache.poi.util.HexDump;
|
|||
* NOTE: This source is automatically generated please do not modify this file. Either subclass or
|
||||
* remove the record in src/records/definitions.
|
||||
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
public class DataFormatRecord
|
||||
extends Record
|
||||
|
|
|
@ -63,7 +63,7 @@ import org.apache.poi.util.LittleEndian;
|
|||
*
|
||||
* @see BeginRecord
|
||||
*
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
|
||||
public class EndRecord
|
||||
|
|
|
@ -68,7 +68,7 @@ import org.apache.poi.util.HexDump;
|
|||
* NOTE: This source is automatically generated please do not modify this file. Either subclass or
|
||||
* remove the record in src/records/definitions.
|
||||
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
public class FrameRecord
|
||||
extends Record
|
||||
|
|
|
@ -64,7 +64,7 @@ import org.apache.poi.util.LittleEndian;
|
|||
* REFERENCE: PG 320 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)<P>
|
||||
*
|
||||
* @author Andrew C. Oliver (acoliver at apache dot org)
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*
|
||||
* @version 2.0-pre
|
||||
*/
|
||||
|
|
|
@ -68,7 +68,7 @@ import org.apache.poi.util.HexDump;
|
|||
* NOTE: This source is automatically generated please do not modify this file. Either subclass or
|
||||
* remove the record in src/records/definitions.
|
||||
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
public class LegendRecord
|
||||
extends Record
|
||||
|
|
|
@ -68,7 +68,7 @@ import org.apache.poi.util.HexDump;
|
|||
* NOTE: This source is automatically generated please do not modify this file. Either subclass or
|
||||
* remove the record in src/records/definitions.
|
||||
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
public class PlotGrowthRecord
|
||||
extends Record
|
||||
|
|
|
@ -71,7 +71,7 @@ import org.apache.poi.util.HexDump;
|
|||
*
|
||||
* @author Andrew C. Oliver (acoliver at apache dot org)
|
||||
* @author Marc Johnson (mjohnson at apache dot org)
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
* @version 1.0-pre
|
||||
*/
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@ import org.apache.poi.util.HexDump;
|
|||
* NOTE: This source is automatically generated please do not modify this file. Either subclass or
|
||||
* remove the record in src/records/definitions.
|
||||
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
public class SeriesRecord
|
||||
extends Record
|
||||
|
|
|
@ -68,7 +68,7 @@ import java.util.TreeMap;
|
|||
* Aggregate value records together. Things are easier to handle that way.
|
||||
*
|
||||
* @author andy
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
|
||||
public class ValueRecordsAggregate
|
||||
|
|
|
@ -68,7 +68,7 @@ import java.util.GregorianCalendar;
|
|||
* Contains methods for dealing with Excel dates.
|
||||
*
|
||||
* @author Michael Harhen
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
|
||||
public class HSSFDateUtil
|
||||
|
|
|
@ -73,7 +73,7 @@ import java.util.TreeMap;
|
|||
/**
|
||||
* High level representation of a worksheet.
|
||||
* @author Andrew C. Oliver (acoliver at apache dot org)
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
* @version 1.0-pre
|
||||
*/
|
||||
|
||||
|
|
|
@ -83,7 +83,7 @@ import org.apache.poi.hssf.record.*;
|
|||
* @see org.apache.poi.hssf.model.Workbook
|
||||
* @see org.apache.poi.hssf.usermodel.HSSFSheet
|
||||
* @author Andrew C. Oliver (acoliver at apache dot org)
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
* @version 2.0-pre
|
||||
*/
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ import java.util.*;
|
|||
* message.<p>
|
||||
*
|
||||
* @author Marc Johnson (mjohnson at apache dot org)
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
|
||||
public class POILogger
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<record id="0x101A" name="Area" package="org.apache.poi.hssf.record">
|
||||
<description>The area record is used to define a area chart.</description>
|
||||
<author>Glen Stampoultzis (gstamp at iprimus dot com dot au)</author>
|
||||
<author>Glen Stampoultzis (glens at apache.org)</author>
|
||||
<fields>
|
||||
<field type="int" size="2" name="format flags">
|
||||
<bit number="0" name="stacked" description="series is stacked"/>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<record id="0x1017" name="Bar" package="org.apache.poi.hssf.record">
|
||||
<description>The bar record is used to define a bar chart.</description>
|
||||
<author>Glen Stampoultzis (gstamp at iprimus dot com dot au)</author>
|
||||
<author>Glen Stampoultzis (glens at apache.org)</author>
|
||||
<fields>
|
||||
<field type="int" size="2" name="bar space" description="space between bars"/>
|
||||
<field type="int" size="2" name="category space" default="50" description="space between categories"/>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<record id="0x1063" name="Dat" package="org.apache.poi.hssf.record">
|
||||
<description>The dat record is used to store options for the chart.</description>
|
||||
<author>Glen Stampoultzis (gstamp at iprimus dot com dot au)</author>
|
||||
<author>Glen Stampoultzis (glens at apache.org)</author>
|
||||
<fields>
|
||||
<field type="int" size="2" name="options">
|
||||
<bit number="0" name="horizontal border" description="has a horizontal border"/>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<record id="0x1006" name="DataFormat" package="org.apache.poi.hssf.record">
|
||||
<description>The data format record is used to index into a series.</description>
|
||||
<author>Glen Stampoultzis (gstamp at iprimus dot com dot au)</author>
|
||||
<author>Glen Stampoultzis (glens at apache.org)</author>
|
||||
<fields>
|
||||
<field type="int" size="2" name="point number" description="0xFFFF for entire series"/>
|
||||
<field type="int" size="2" name="series index" description="relative index"/>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<record id="0x31" name="Font" package="org.apache.poi.hssf.records">
|
||||
<description>Describes a font record. In Excel a font belongs in the font table.</description>
|
||||
<author>Glen Stampoultzis (gstamp at iprimus dot com dot au)</author>
|
||||
<author>Glen Stampoultzis (glens at apache.org)</author>
|
||||
<fields>
|
||||
<field type="int" size="2" name="font height"/>
|
||||
<field type="bits" size="2" name="attributes">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<record id="0x1032" name="Frame" package="org.apache.poi.hssf.record">
|
||||
<description>The frame record indicates whether there is a border around the displayed text of a chart.</description>
|
||||
<author>Glen Stampoultzis (gstamp at iprimus dot com dot au)</author>
|
||||
<author>Glen Stampoultzis (glens at apache.org)</author>
|
||||
<fields>
|
||||
<field type="int" size="2" name="border type">
|
||||
<const name="regular" value="0" description="regular rectangle or no border"/>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<record id="0x1015" name="Legend" package="org.apache.poi.hssf.record">
|
||||
<description>The legend record specifies the location of legend on a chart and it's overall size.</description>
|
||||
<author>Glen Stampoultzis (gstamp at iprimus dot com dot au)</author>
|
||||
<author>Glen Stampoultzis (glens at apache.org)</author>
|
||||
<fields>
|
||||
<field type="int" size="4" name="x position"/>
|
||||
<field type="int" size="4" name="y position"/>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<record id="0x1064" name="PlotGrowth" package="org.apache.poi.hssf.record">
|
||||
<description>The plot growth record specifies the scaling factors used when a font is scaled.</description>
|
||||
<author>Glen Stampoultzis (gstamp at iprimus dot com dot au)</author>
|
||||
<author>Glen Stampoultzis (glens at apache.org)</author>
|
||||
<fields>
|
||||
<field type="int" size="4" name="horizontalScale"/>
|
||||
<field type="int" size="4" name="verticalScale"/>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<record id="0x1003" name="Series" package="org.apache.poi.hssf.record">
|
||||
<description>The series record describes the overall data for a series.</description>
|
||||
<author>Glen Stampoultzis (gstamp at iprimus dot com dot au)</author>
|
||||
<author>Glen Stampoultzis (glens at apache.org)</author>
|
||||
<fields>
|
||||
<field type="int" size="2" name="category data type">
|
||||
<const name="dates" value="0"/>
|
||||
|
|
|
@ -58,7 +58,7 @@ package org.apache.poi.generator;
|
|||
/**
|
||||
* For iterating through our fields. Todo: Change this to javascript in the style sheet.
|
||||
*
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
public class FieldIterator
|
||||
{
|
||||
|
|
|
@ -59,7 +59,7 @@ package org.apache.poi.generator;
|
|||
* Helper functions for the record transformations. TODO: Change this to
|
||||
* javascript in the style sheet.
|
||||
*
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
public class RecordUtil
|
||||
{
|
||||
|
|
|
@ -65,7 +65,7 @@ import junit.framework.TestCase;
|
|||
* Excel file.
|
||||
*
|
||||
*
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
public class TestAreaRecord
|
||||
extends TestCase
|
||||
|
|
|
@ -65,7 +65,7 @@ import junit.framework.TestCase;
|
|||
* Excel file.
|
||||
*
|
||||
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
public class TestBarRecord
|
||||
extends TestCase
|
||||
|
|
|
@ -65,7 +65,7 @@ import junit.framework.TestCase;
|
|||
* Excel file.
|
||||
*
|
||||
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
public class TestDatRecord
|
||||
extends TestCase
|
||||
|
|
|
@ -65,7 +65,7 @@ import junit.framework.TestCase;
|
|||
* Excel file.
|
||||
*
|
||||
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
public class TestDataFormatRecord
|
||||
extends TestCase
|
||||
|
|
|
@ -65,7 +65,7 @@ import junit.framework.TestCase;
|
|||
* Excel file.
|
||||
*
|
||||
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
public class TestFrameRecord
|
||||
extends TestCase
|
||||
|
|
|
@ -61,7 +61,7 @@ import junit.framework.TestCase;
|
|||
* class works correctly. Test data taken directly from a real
|
||||
* Excel file.
|
||||
*
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
public class TestLegendRecord
|
||||
extends TestCase
|
||||
|
|
|
@ -64,7 +64,7 @@ import junit.framework.TestCase;
|
|||
* class works correctly. Test data taken directly from a real
|
||||
* Excel file.
|
||||
*
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
public class TestPlotGrowthRecord
|
||||
extends TestCase
|
||||
|
|
|
@ -59,7 +59,7 @@ import junit.framework.TestCase;
|
|||
|
||||
/**
|
||||
* Tests the record factory
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
* @author Andrew C. Oliver (acoliver at apache dot org)
|
||||
*/
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@ import junit.framework.TestCase;
|
|||
* class works correctly. Test data taken directly from a real
|
||||
* Excel file.
|
||||
*
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
public class TestSeriesRecord
|
||||
extends TestCase
|
||||
|
|
|
@ -72,7 +72,7 @@ import java.util.Date;
|
|||
import java.util.GregorianCalendar;
|
||||
|
||||
/**
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
|
||||
public class TestReadWriteChart
|
||||
|
|
|
@ -63,7 +63,7 @@ import java.io.*;
|
|||
|
||||
/**
|
||||
* @author Marc Johnson (mjohnson at apache dot org)
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
|
||||
public class TestPOILogFactory
|
||||
|
|
|
@ -63,7 +63,7 @@ import java.io.FileInputStream;
|
|||
/**
|
||||
* Tests the log class.
|
||||
*
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
* @author Marc Johnson (mjohnson at apache dot org)
|
||||
*/
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@ import java.text.NumberFormat;
|
|||
* Unit test for StringUtil
|
||||
*
|
||||
* @author Marc Johnson (mjohnson at apache dot org
|
||||
* @author Glen Stampoultzis (gstamp at iprimus dot com dot au)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
*/
|
||||
|
||||
public class TestStringUtil
|
||||
|
|
Loading…
Reference in New Issue