From 076be316935180341d7ee7a9335281a4b18d1fa9 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Wed, 30 Nov 2011 08:53:14 +0900 Subject: pre 1.0.10 release commit --- doc/Axlsx.html | 592 +++++++++++++++++++++++---------------------------------- 1 file changed, 240 insertions(+), 352 deletions(-) (limited to 'doc/Axlsx.html') diff --git a/doc/Axlsx.html b/doc/Axlsx.html index cf1968d4..402e44ca 100644 --- a/doc/Axlsx.html +++ b/doc/Axlsx.html @@ -81,15 +81,14 @@

Overview

-

-xlsx generation with charts, images, automated column width, customizable + +

xlsx generation with charts, images, automated column width, customizable styles and full schema validation. Axlsx excels at helping you generate beautiful Office Open XML Spreadsheet documents without having to understand the entire ECMA specification. Check out the README for some examples of how easy it is. Best of all, you can validate your xlsx file before serialization so you know for sure that anything generated is going -to load on your client’s machine. -

+to load on your client’s machine.

@@ -115,9 +114,8 @@ to load on your client’s machine.
VERSION =
-

-version -

+ +

version

@@ -133,9 +131,8 @@ version
ENCODING =
-

-XML Encoding -

+ +

XML Encoding

@@ -151,9 +148,8 @@ XML Encoding
XML_NS =
-

-spreadsheetML namespace -

+ +

spreadsheetML namespace

@@ -169,9 +165,8 @@ spreadsheetML namespace
XML_NS_T =
-

-content-types namespace -

+ +

content-types namespace

@@ -187,9 +182,8 @@ content-types namespace
APP_NS =
-

-extended-properties namespace -

+ +

extended-properties namespace

@@ -205,9 +199,8 @@ extended-properties namespace
APP_NS_VT =
-

-doc props namespace -

+ +

doc props namespace

@@ -223,9 +216,8 @@ doc props namespace
CORE_NS =
-

-core properties namespace -

+ +

core properties namespace

@@ -241,9 +233,8 @@ core properties namespace
CORE_NS_DC =
-

-dc elements (core) namespace -

+ +

dc elements (core) namespace

@@ -259,9 +250,8 @@ dc elements (core) namespace
CORE_NS_DCMIT =
-

-dcmit (core) namespcace -

+ +

dcmit (core) namespcace

@@ -277,9 +267,8 @@ dcmit (core) namespcace
CORE_NS_DCT =
-

-dc terms namespace -

+ +

dc terms namespace

@@ -295,9 +284,8 @@ dc terms namespace
CORE_NS_XSI =
-

-xml schema namespace -

+ +

xml schema namespace

@@ -313,9 +301,8 @@ xml schema namespace
XML_NS_XDR =
-

-spreadsheet drawing namespace -

+ +

spreadsheet drawing namespace

@@ -331,9 +318,8 @@ spreadsheet drawing namespace
XML_NS_A =
-

-drawing namespace -

+ +

drawing namespace

@@ -349,9 +335,8 @@ drawing namespace
XML_NS_C =
-

-chart namespace -

+ +

chart namespace

@@ -367,9 +352,8 @@ chart namespace
XML_NS_R =
-

-relationships namespace -

+ +

relationships namespace

@@ -385,9 +369,8 @@ relationships namespace
RELS_R =
-

-relationships name space -

+ +

relationships name space

@@ -403,9 +386,8 @@ relationships name space
TABLE_R =
-

-table rels namespace -

+ +

table rels namespace

@@ -421,9 +403,8 @@ table rels namespace
WORKBOOK_R =
-

-workbook rels namespace -

+ +

workbook rels namespace

@@ -439,9 +420,8 @@ workbook rels namespace
WORKSHEET_R =
-

-worksheet rels namespace -

+ +

worksheet rels namespace

@@ -457,9 +437,8 @@ worksheet rels namespace
APP_R =
-

-app rels namespace -

+ +

app rels namespace

@@ -475,9 +454,8 @@ app rels namespace
CORE_R =
-

-core rels namespace -

+ +

core rels namespace

@@ -493,9 +471,8 @@ core rels namespace
STYLES_R =
-

-styles rels namespace -

+ +

styles rels namespace

@@ -511,9 +488,8 @@ styles rels namespace
DRAWING_R =
-

-drawing rels namespace -

+ +

drawing rels namespace

@@ -529,9 +505,8 @@ drawing rels namespace
CHART_R =
-

-chart rels namespace -

+ +

chart rels namespace

@@ -547,9 +522,8 @@ chart rels namespace
IMAGE_R =
-

-image rels namespace -

+ +

image rels namespace

@@ -565,9 +539,8 @@ image rels namespace
TABLE_CT =
-

-table content type -

+ +

table content type

@@ -583,9 +556,8 @@ table content type
WORKBOOK_CT =
-

-workbook content type -

+ +

workbook content type

@@ -601,9 +573,8 @@ workbook content type
APP_CT =
-

-app content type -

+ +

app content type

@@ -619,9 +590,8 @@ app content type
RELS_CT =
-

-rels content type -

+ +

rels content type

@@ -637,9 +607,8 @@ rels content type
STYLES_CT =
-

-styles content type -

+ +

styles content type

@@ -655,9 +624,8 @@ styles content type
XML_CT =
-

-xml content type -

+ +

xml content type

@@ -673,9 +641,8 @@ xml content type
WORKSHEET_CT =
-

-worksheet content type -

+ +

worksheet content type

@@ -691,9 +658,8 @@ worksheet content type
SHARED_STRINGS_CT =
-

-shared strings content type -

+ +

shared strings content type

@@ -709,9 +675,8 @@ shared strings content type
CORE_CT =
-

-core content type -

+ +

core content type

@@ -727,9 +692,8 @@ core content type
CHART_CT =
-

-chart content type -

+ +

chart content type

@@ -745,9 +709,8 @@ chart content type
JPEG_CT =
-

-jpeg content type -

+ +

jpeg content type

@@ -763,9 +726,8 @@ jpeg content type
GIF_CT =
-

-gif content type -

+ +

gif content type

@@ -781,9 +743,8 @@ gif content type
PNG_CT =
-

-png content type -

+ +

png content type

@@ -799,9 +760,8 @@ png content type
DRAWING_CT =
-

-drawing content type -

+ +

drawing content type

@@ -817,9 +777,8 @@ drawing content type
XML_EX =
-

-xml content type extensions -

+ +

xml content type extensions

@@ -835,9 +794,8 @@ xml content type extensions
JPEG_EX =
-

-jpeg extension -

+ +

jpeg extension

@@ -853,9 +811,8 @@ jpeg extension
GIF_EX =
-

-gif extension -

+ +

gif extension

@@ -871,9 +828,8 @@ gif extension
PNG_EX =
-

-png extension -

+ +

png extension

@@ -889,9 +845,8 @@ png extension
RELS_EX =
-

-rels content type extension -

+ +

rels content type extension

@@ -907,9 +862,8 @@ rels content type extension
WORKBOOK_PN =
-

-workbook part -

+ +

workbook part

@@ -925,9 +879,8 @@ workbook part
STYLES_PN =
-

-styles part -

+ +

styles part

@@ -943,9 +896,8 @@ styles part
APP_PN =
-

-app part -

+ +

app part

@@ -961,9 +913,8 @@ app part
CORE_PN =
-

-core part -

+ +

core part

@@ -979,9 +930,8 @@ core part
CONTENT_TYPES_PN =
-

-content types part -

+ +

content types part

@@ -997,9 +947,8 @@ content types part
RELS_PN =
-

-rels part -

+ +

rels part

@@ -1015,9 +964,8 @@ rels part
WORKBOOK_RELS_PN =
-

-workbook rels part -

+ +

workbook rels part

@@ -1033,9 +981,8 @@ workbook rels part
WORKSHEET_PN =
-

-worksheet part -

+ +

worksheet part

@@ -1051,9 +998,8 @@ worksheet part
WORKSHEET_RELS_PN =
-

-worksheet rels part -

+ +

worksheet rels part

@@ -1069,9 +1015,8 @@ worksheet rels part
DRAWING_PN =
-

-drawing part -

+ +

drawing part

@@ -1087,9 +1032,8 @@ drawing part
DRAWING_RELS_PN =
-

-drawing rels part -

+ +

drawing rels part

@@ -1105,9 +1049,8 @@ drawing rels part
CHART_PN =
-

-chart part -

+ +

chart part

@@ -1123,9 +1066,8 @@ chart part
IMAGE_PN =
-

-chart part -

+ +

chart part

@@ -1141,9 +1083,8 @@ chart part
APP_XSD =
-

-App validation schema -

+ +

App validation schema

@@ -1159,9 +1100,8 @@ App validation schema
CORE_XSD =
-

-core validation schema -

+ +

core validation schema

@@ -1177,9 +1117,8 @@ core validation schema
CONTENT_TYPES_XSD =
-

-content types validation schema -

+ +

content types validation schema

@@ -1195,9 +1134,8 @@ content types validation schema
RELS_XSD =
-

-rels validation schema -

+ +

rels validation schema

@@ -1213,9 +1151,8 @@ rels validation schema
SML_XSD =
-

-spreadsheetML validation schema -

+ +

spreadsheetML validation schema

@@ -1231,9 +1168,8 @@ spreadsheetML validation schema
DRAWING_XSD =
-

-drawing validation schema -

+ +

drawing validation schema

@@ -1249,9 +1185,8 @@ drawing validation schema
NUM_FMT_PERCENT =
-

-number format id for pecentage formatting using the default formatting id. -

+ +

number format id for pecentage formatting using the default formatting id.

@@ -1267,9 +1202,8 @@ number format id for pecentage formatting using the default formatting id.
NUM_FMT_YYYYMMDD =
-

-number format id for date format like 2011/11/13 -

+ +

number format id for date format like 2011/11/13

@@ -1285,9 +1219,8 @@ number format id for date format like 2011/11/13
NUM_FMT_YYYYMMDDHHMMSS =
-

-number format id for time format the creates 2011/11/13 12:23:10 -

+ +

number format id for time format the creates 2011/11/13 12:23:10

@@ -1303,9 +1236,8 @@ number format id for time format the creates 2011/11/13 12:23:10
STYLE_THIN_BORDER =
-

-cellXfs id for thin borders around the cell -

+ +

cellXfs id for thin borders around the cell

@@ -1321,9 +1253,8 @@ cellXfs id for thin borders around the cell
ERR_RESTRICTION =
-

-error messages RestrictionValidor -

+ +

error messages RestrictionValidor

@@ -1339,9 +1270,8 @@ error messages RestrictionValidor
ERR_TYPE =
-

-error message DataTypeValidator -

+ +

error message DataTypeValidator

@@ -1357,9 +1287,8 @@ error message DataTypeValidator
ERR_REGEX =
-

-error message for RegexValidator -

+ +

error message for RegexValidator

@@ -1403,9 +1332,8 @@ error message for RegexValidator -

-determines the cell range for the items provided. -

+
+

determines the cell range for the items provided.

@@ -1427,10 +1355,9 @@ determines the cell range for the items provided. -

-Requires that the value is a form that can be evaluated as a boolean in an -xml document. -

+
+

Requires that the value is a form that can be evaluated as a boolean in an +xml document.

@@ -1452,11 +1379,10 @@ xml document. -

-Requires that the value is a valid content_type TABLE_CT, WORKBOOK_CT, +

+

Requires that the value is a valid content_type TABLE_CT, WORKBOOK_CT, APP_CT, RELS_CT, STYLES_CT, XML_CT, WORKSHEET_CT, SHARED_STRINGS_CT, -CORE_CT, CHART_CT, DRAWING_CT are allowed. -

+CORE_CT, CHART_CT, DRAWING_CT are allowed.

@@ -1478,9 +1404,8 @@ CORE_CT, CHART_CT, DRAWING_CT are allowed. -

-Requires that the value is a Float. -

+
+

Requires that the value is a Float.

@@ -1502,9 +1427,8 @@ Requires that the value is a Float. -

-Requires that the value is a gradient_type. -

+
+

Requires that the value is a gradient_type.

@@ -1526,11 +1450,10 @@ Requires that the value is a gradient_type. -

-Requires that the value is a valid horizontal_alignment :general, :left, +

+

Requires that the value is a valid horizontal_alignment :general, :left, :center, :right, :fill, :justify, :centerContinuous, :distributed are -allowed. -

+allowed.

@@ -1552,9 +1475,8 @@ allowed. -

-Requires that the value is a Fixnum or Integer. -

+
+

Requires that the value is a Fixnum or Integer.

@@ -1576,9 +1498,8 @@ Requires that the value is a Fixnum or Integer. -

-Requires that the value is valid pattern type. -

+
+

Requires that the value is valid pattern type.

@@ -1600,11 +1521,10 @@ Requires that the value is valid pattern type. -

-Requires that the value is a valid relationship_type XML_NS_R, TABLE_R, +

+

Requires that the value is a valid relationship_type XML_NS_R, TABLE_R, WORKBOOK_R, WORKSHEET_R, APP_R, RELS_R, CORE_R, STYLES_R, CHART_R, -DRAWING_R are allowed. -

+DRAWING_R are allowed.

@@ -1626,9 +1546,8 @@ DRAWING_R are allowed. -

-Requires that the value is a String. -

+
+

Requires that the value is a String.

@@ -1650,8 +1569,8 @@ Requires that the value is a String. -

-Requires that the value is a valid table element type :wholeTable, +

+

Requires that the value is a valid table element type :wholeTable, :headerRow, :totalRow, :firstColumn, :lastColumn, :firstRowStripe, :secondRowStripe, :firstColumnStripe, :secondColumnStripe, :firstHeaderCell, :lastHeaderCell, :firstTotalCell, :lastTotalCell, @@ -1659,8 +1578,7 @@ Requires that the value is a valid table element type :wholeTable, :firstSubtotalRow, :secondSubtotalRow, :thirdSubtotalRow, :blankRow, :firstColumnSubheading, :secondColumnSubheading, :thirdColumnSubheading, :firstRowSubheading, :secondRowSubheading, :thirdRowSubheading, -:pageFieldLabels, :pageFieldValues are allowed. -

+:pageFieldLabels, :pageFieldValues are allowed.

@@ -1682,10 +1600,9 @@ Requires that the value is a valid table element type :wholeTable, -

-Requires that the value is a Fixnum or Integer and is greater or equal to -0. -

+
+

Requires that the value is a Fixnum or Integer and is greater or equal to +0.

@@ -1707,10 +1624,9 @@ Requires that the value is a Fixnum or Integer and is greater or equal to -

-Requires that the value is a valid vertical_alignment :top, :center, -:bottom, :justify, :distributed are allowed. -

+
+

Requires that the value is a valid vertical_alignment :top, :center, +:bottom, :justify, :distributed are allowed.

@@ -1734,9 +1650,8 @@ Requires that the value is a valid vertical_alignment :top, :center,

-

-determines the cell range for the items provided -

+ +

determines the cell range for the items provided

@@ -1783,13 +1698,11 @@ determines the cell range for the items provided

-

-Requires that the value is a form that can be evaluated as a boolean in an + +

Requires that the value is a form that can be evaluated as a boolean in an xml document. The value must be an instance of Fixnum, String, Integer, -Symbol, TrueClass or FalseClass and it must be one of 0, 1, -"true", "false", :true, :false, true, false, -"0", or "1" -

+Symbol, TrueClass or FalseClass and it must be one of 0, 1, “true”, +“false”, :true, :false, true, false, “0”, or “1”

@@ -1808,9 +1721,8 @@ Symbol, TrueClass or FalseClass and it must be one of 0, 1, — -

-The value validated -

+
+

The value validated

@@ -1849,11 +1761,10 @@ The value validated

-

-Requires that the value is a valid content_type TABLE_CT, WORKBOOK_CT, + +

Requires that the value is a valid content_type TABLE_CT, WORKBOOK_CT, APP_CT, RELS_CT, STYLES_CT, XML_CT, WORKSHEET_CT, SHARED_STRINGS_CT, -CORE_CT, CHART_CT, DRAWING_CT are allowed -

+CORE_CT, CHART_CT, DRAWING_CT are allowed

@@ -1872,9 +1783,8 @@ CORE_CT, CHART_CT, DRAWING_CT are allowed — -

-The value validated -

+
+

The value validated

@@ -1913,9 +1823,8 @@ The value validated

-

-Requires that the value is a Float -

+ +

Requires that the value is a Float

@@ -1934,9 +1843,8 @@ Requires that the value is a Float — -

-The value validated -

+
+

The value validated

@@ -1975,10 +1883,9 @@ The value validated

-

-Requires that the value is a gradient_type. valid types are :linear and -:path -

+ +

Requires that the value is a gradient_type. valid types are :linear and +:path

@@ -1997,9 +1904,8 @@ Requires that the value is a gradient_type. valid types are :linear and — -

-The value validated -

+
+

The value validated

@@ -2038,11 +1944,10 @@ The value validated

-

-Requires that the value is a valid horizontal_alignment :general, :left, + +

Requires that the value is a valid horizontal_alignment :general, :left, :center, :right, :fill, :justify, :centerContinuous, :distributed are -allowed -

+allowed

@@ -2061,9 +1966,8 @@ allowed — -

-The value validated -

+
+

The value validated

@@ -2102,9 +2006,8 @@ The value validated

-

-Requires that the value is a Fixnum or Integer -

+ +

Requires that the value is a Fixnum or Integer

@@ -2123,9 +2026,8 @@ Requires that the value is a Fixnum or Integer — -

-The value validated -

+
+

The value validated

@@ -2164,13 +2066,12 @@ The value validated

-

-Requires that the value is valid pattern type. valid pattern types must be + +

Requires that the value is valid pattern type. valid pattern types must be one of :none, :solid, :mediumGray, :darkGray, :lightGray, :darkHorizontal, :darkVertical, :darkDown, :darkUp, :darkGrid, :darkTrellis, :lightHorizontal, :lightVertical, :lightDown, :lightUp, :lightGrid, -:lightTrellis, :gray125, or :gray0625. -

+:lightTrellis, :gray125, or :gray0625.

@@ -2189,9 +2090,8 @@ one of :none, :solid, :mediumGray, :darkGray, :lightGray, :darkHorizontal, — -

-The value validated -

+
+

The value validated

@@ -2232,11 +2132,10 @@ The value validated

-

-Requires that the value is a valid relationship_type XML_NS_R, TABLE_R, + +

Requires that the value is a valid relationship_type XML_NS_R, TABLE_R, WORKBOOK_R, WORKSHEET_R, APP_R, RELS_R, CORE_R, STYLES_R, CHART_R, -DRAWING_R are allowed -

+DRAWING_R are allowed

@@ -2255,9 +2154,8 @@ DRAWING_R are allowed — -

-The value validated -

+
+

The value validated

@@ -2296,9 +2194,8 @@ The value validated

-

-Requires that the value is a String -

+ +

Requires that the value is a String

@@ -2317,9 +2214,8 @@ Requires that the value is a String — -

-The value validated -

+
+

The value validated

@@ -2358,8 +2254,8 @@ The value validated

-

-Requires that the value is a valid table element type :wholeTable, + +

Requires that the value is a valid table element type :wholeTable, :headerRow, :totalRow, :firstColumn, :lastColumn, :firstRowStripe, :secondRowStripe, :firstColumnStripe, :secondColumnStripe, :firstHeaderCell, :lastHeaderCell, :firstTotalCell, :lastTotalCell, @@ -2367,8 +2263,7 @@ Requires that the value is a valid table element type :wholeTable, :firstSubtotalRow, :secondSubtotalRow, :thirdSubtotalRow, :blankRow, :firstColumnSubheading, :secondColumnSubheading, :thirdColumnSubheading, :firstRowSubheading, :secondRowSubheading, :thirdRowSubheading, -:pageFieldLabels, :pageFieldValues are allowed -

+:pageFieldLabels, :pageFieldValues are allowed

@@ -2387,9 +2282,8 @@ Requires that the value is a valid table element type :wholeTable, — -

-The value validated -

+
+

The value validated

@@ -2428,9 +2322,8 @@ The value validated

-

-Requires that the value is a Fixnum or Integer and is greater or equal to 0 -

+ +

Requires that the value is a Fixnum or Integer and is greater or equal to 0

@@ -2449,9 +2342,8 @@ Requires that the value is a Fixnum or Integer and is greater or equal to 0 — -

-The value validated -

+
+

The value validated

@@ -2469,9 +2361,8 @@ The value validated — -

-true if the data is valid -

+
+

true if the data is valid

@@ -2488,9 +2379,8 @@ true if the data is valid — -

-raised if the value is not a Fixnum or Integer value greater or equal to 0 -

+
+

raised if the value is not a Fixnum or Integer value greater or equal to 0

@@ -2528,10 +2418,9 @@ raised if the value is not a Fixnum or Integer value greater or equal to 0

-

-Requires that the value is a valid vertical_alignment :top, :center, -:bottom, :justify, :distributed are allowed -

+ +

Requires that the value is a valid vertical_alignment :top, :center, +:bottom, :justify, :distributed are allowed

@@ -2550,9 +2439,8 @@ Requires that the value is a valid vertical_alignment :top, :center, — -

-The value validated -

+
+

The value validated

@@ -2587,7 +2475,7 @@ The value validated
-- cgit v1.2.3