internal

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 18, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RelationTypeWorkbook      ml.RelationType = ml.NamespaceRelationships + "/officeDocument"
	RelationTypeSharedStrings ml.RelationType = ml.NamespaceRelationships + "/sharedStrings"
	RelationTypeWorksheet     ml.RelationType = ml.NamespaceRelationships + "/worksheet"
	RelationTypeStyles        ml.RelationType = ml.NamespaceRelationships + "/styles"
	RelationTypeHyperlink     ml.RelationType = ml.NamespaceRelationships + "/hyperlink"
	RelationTypeComments      ml.RelationType = ml.NamespaceRelationships + "/comments"
	RelationTypeVmlDrawing    ml.RelationType = ml.NamespaceRelationships + "/vmlDrawing"

	ContentTypeWorkbook      ml.ContentType = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml"
	ContentTypeSharedStrings ml.ContentType = "application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml"
	ContentTypeWorksheet     ml.ContentType = "application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml"
	ContentTypeStyles        ml.ContentType = "application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml"
	ContentTypeComments      ml.ContentType = "application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml"
)

List of all supported RelationType and ContentType

View Source
const ExcelCellLimit = 32767

ExcelCellLimit - total number of characters that a cell can contain

View Source
const ExcelColumnLimit = 16384

ExcelColumnLimit - total number of columns on a worksheet

View Source
const ExcelColumnWidthLimit = 255

ExcelColumnWidthLimit - maximum column width

View Source
const ExcelFormulaLimit = 255

ExcelFormulaLimit - total number of characters that a cell formula can contain

View Source
const ExcelHeaderFooterLimit = 255

ExcelHeaderFooterLimit - total number of characters that a header/footer can contain

View Source
const ExcelHyperlinkLimit = 66530

ExcelHyperlinkLimit - total number of hyperlinks in a worksheet

View Source
const ExcelRowLimit = 1048576

ExcelRowLimit - total number of rows on a worksheet

View Source
const ExcelRowWidthLimit = 409

ExcelRowWidthLimit - maximum row height

View Source
const ExcelSheetNameLimit = 31

ExcelSheetNameLimit - total number of characters that a sheet name can contain

View Source
const FilePathLimit = 32767

FilePathLimit - total number of characters that a file path can contain http://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx#maxpath

View Source
const UrlLimit = 2000

UrlLimit - total number of characters that an url can contain https://stackoverflow.com/questions/417142/what-is-the-maximum-length-of-a-url-in-different-browsers

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
ml

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL