Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbzhang800/QtXlsxWriter
/ functions
Functions
811 in github.com/dbzhang800/QtXlsxWriter
⨍
Functions
811
◇
Types & classes
214
↓ 5 callers
Method
sheetType
! * Returns the type of the sheet. */
src/xlsx/xlsxabstractsheet.cpp:105
↓ 5 callers
Method
writeCfVo
src/xlsx/xlsxconditionalformatting.cpp:54
↓ 5 callers
Method
writeFormula
! \overload Write \a formula to the cell \a row_column with the \a format and \a result. Returns true on success. */
src/xlsx/xlsxworksheet.cpp:729
↓ 4 callers
Method
addHighlightCellsRule
! * Add a hightlight rule with the given \a type, \a formula1, \a formula2, * \a format and \a stopIfTrue. * Return false if failed. */
src/xlsx/xlsxconditionalformatting.cpp:180
↓ 4 callers
Method
boolProperty
! * \internal */
src/xlsx/xlsxformat.cpp:1357
↓ 4 callers
Method
columnCount
examples/xlsx/xlsxwidget/xlsxsheetmodel.cpp:73
↓ 4 callers
Function
createSafeSheetName
Creates a valid sheet name minimum length is 1 maximum length is 31 doesn't contain special chars: / \ ? * ] [ : Sheet names must not
src/xlsx/xlsxutility.cpp:124
↓ 4 callers
Method
currentWorksheet
! * \brief Return pointer of current worksheet. * If the type of sheet is not AbstractSheet::ST_WorkSheet, then 0 will be returned. */
src/xlsx/xlsxdocument.cpp:973
↓ 4 callers
Method
dateTime
! * Return the data time value. */
src/xlsx/xlsxcell.cpp:157
↓ 4 callers
Method
defineName
! * \brief Create a defined name in the workbook. * \param name The defined name * \param formula The cell or range that the defined name refers to
src/xlsx/xlsxworkbook.cpp:166
↓ 4 callers
Method
documentProperty
! * Returns the value of the document's \a key property. */
src/xlsx/xlsxdocument.cpp:831
↓ 4 callers
Method
fontSize
! * Return the size of the font in points. */
src/xlsx/xlsxformat.cpp:316
↓ 4 callers
Function
getRelFilePath
* Return the .rel file path based on filePath */
src/xlsx/xlsxutility.cpp:60
↓ 4 callers
Method
getSharedStringIndex
src/xlsx/xlsxsharedstrings.cpp:124
↓ 4 callers
Method
groupRows
! Groups rows from \a rowFirst to \a rowLast with the given \a collapsed. Returns false if error occurs. */
src/xlsx/xlsxdocument.cpp:737
↓ 4 callers
Method
hasFormula
! * Returns true if the cell has one formula. */
src/xlsx/xlsxcell.cpp:126
↓ 4 callers
Method
isDateTimeFormat
! * Returns whether the number format is probably a dateTime or not */
src/xlsx/xlsxformat.cpp:256
↓ 4 callers
Method
isRichString
! * Returns whether the cell is probably a rich string or not */
src/xlsx/xlsxcell.cpp:168
↓ 4 callers
Function
isSpaceReserveNeeded
* whether the string s starts or ends with space */
src/xlsx/xlsxutility.cpp:178
↓ 4 callers
Method
mediaFiles
! * \internal */
src/xlsx/xlsxworkbook.cpp:647
↓ 4 callers
Method
numberFormat
! * Returns the number format string. * \note for built-in number formats, this may * return an empty string. */
src/xlsx/xlsxformat.cpp:236
↓ 4 callers
Method
rowCount
examples/xlsx/xlsxwidget/xlsxsheetmodel.cpp:66
↓ 4 callers
Method
setDxfIndex
! * \internal * Called by QXlsx::Styles or some unittests. */
src/xlsx/xlsxformat.cpp:1237
↓ 4 callers
Method
setFontScript
! * Set the script style of the font to \a script. */
src/xlsx/xlsxformat.cpp:406
↓ 4 callers
Method
setFontStrikeOut
! * Turn on/off the strikeOut font based on \a strikeOut. */
src/xlsx/xlsxformat.cpp:356
↓ 4 callers
Method
setLeftBorderStyle
! * Sets the left border style to \a style */
src/xlsx/xlsxformat.cpp:734
↓ 4 callers
Method
setNumberFormatIndex
! * Set the number format identifier. The \a format * must be a valid built-in number format identifier * or the identifier of a custom number form
src/xlsx/xlsxformat.cpp:225
↓ 4 callers
Method
setRowHeight
! Sets the \a height of the row \a row. Row height measured in point size. Rows are 1-indexed. Returns true if success. */
src/xlsx/xlsxdocument.cpp:684
↓ 4 callers
Method
sheetId
! * \internal */
src/xlsx/xlsxabstractsheet.cpp:182
↓ 4 callers
Function
writeCustomNumFormatsCell
examples/xlsx/demo/main.cpp:82
↓ 3 callers
Method
addWorksheetRelationship
src/xlsx/xlsxrelationships.cpp:77
↓ 3 callers
Method
close
src/xlsx/xlsxzipwriter.cpp:63
↓ 3 callers
Method
fontScript
! * Return the script style of the font. */
src/xlsx/xlsxformat.cpp:398
↓ 3 callers
Method
getRowInfoList
src/xlsx/xlsxworksheet.cpp:2235
↓ 3 callers
Method
hasBorderData
! \internal Return true if the format has border format, otherwise return false. */
src/xlsx/xlsxformat.cpp:956
↓ 3 callers
Method
hasFillData
! \internal Return true if the format has fill format, otherwise return false. */
src/xlsx/xlsxformat.cpp:1076
↓ 3 callers
Method
init
src/xlsx/xlsxdocument.cpp:92
↓ 3 callers
Method
intProperty
! * \internal */
src/xlsx/xlsxformat.cpp:1371
↓ 3 callers
Method
loadXmlSheetData
src/xlsx/xlsxworksheet.cpp:1902
↓ 3 callers
Method
moveSheet
! * Moves the worksheet form \a srcIndex to \a distIndex. */
src/xlsx/xlsxworkbook.cpp:326
↓ 3 callers
Method
patternBackgroundColor
! Returns the background color of the pattern. */
src/xlsx/xlsxformat.cpp:1005
↓ 3 callers
Method
removeSharedString
* Broken, don't use. */
src/xlsx/xlsxsharedstrings.cpp:97
↓ 3 callers
Method
rgbColor
src/xlsx/xlsxcolor.cpp:53
↓ 3 callers
Method
setBorderIndex
! * \internal */
src/xlsx/xlsxformat.cpp:924
↓ 3 callers
Method
setDiagonalBorderType
! Sets the diagonal border type to the given \a style */
src/xlsx/xlsxformat.cpp:878
↓ 3 callers
Method
setFillIndex
! * \internal */
src/xlsx/xlsxformat.cpp:1043
↓ 3 callers
Method
setFontIndex
! * \internal */
src/xlsx/xlsxformat.cpp:515
↓ 3 callers
Method
setFontItalic
! * Turn on/off the italic font based on \a italic. */
src/xlsx/xlsxformat.cpp:340
↓ 3 callers
Method
setFontName
! * Set the name of the font to \a name. */
src/xlsx/xlsxformat.cpp:454
↓ 3 callers
Method
setGridLinesVisible
! * Show or hide the gridline based on \a visible */
src/xlsx/xlsxworksheet.cpp:285
↓ 3 callers
Method
setLeftBorderColor
! Sets the left border color to the given \a color */
src/xlsx/xlsxformat.cpp:750
↓ 3 callers
Method
setRightBorderColor
! Sets the right border color to the given \a color */
src/xlsx/xlsxformat.cpp:782
↓ 3 callers
Method
sharedIndex
! * Returns the shared index for shared formula. */
src/xlsx/xlsxcellformula.cpp:169
↓ 3 callers
Method
sharedStrings
! * \internal * Unit test can use this member to get sharedString object. */
src/xlsx/xlsxworksheet.cpp:2339
↓ 3 callers
Method
stringProperty
! * \internal */
src/xlsx/xlsxformat.cpp:1399
↓ 3 callers
Method
suffix
src/xlsx/xlsxmediafile.cpp:63
↓ 3 callers
Method
workbook
! * Return the internal Workbook object. */
src/xlsx/xlsxdocument.cpp:880
↓ 3 callers
Function
writeHorizontalAlignCell
examples/xlsx/demo/main.cpp:7
↓ 3 callers
Function
writeVerticalAlignCell
examples/xlsx/demo/main.cpp:17
↓ 3 callers
Method
xfFormat
src/xlsx/xlsxstyles.cpp:76
↓ 2 callers
Method
addChartFile
! * \internal */
src/xlsx/xlsxworkbook.cpp:685
↓ 2 callers
Method
addDataBarRule
! * Add a dataBar rule with the given \a color, \a type1, \a val1 * , \a type2, \a val2, \a showData and \a stopIfTrue. * Return false if failed.
src/xlsx/xlsxconditionalformatting.cpp:320
↓ 2 callers
Method
addDataValidation
! * Add a data \a validation rule for current worksheet. Returns true if successful. */
src/xlsx/xlsxdocument.cpp:758
↓ 2 callers
Method
addHeadingPair
src/xlsx/xlsxdocpropsapp.cpp:47
↓ 2 callers
Method
addMediaFile
! * \internal */
src/xlsx/xlsxworkbook.cpp:657
↓ 2 callers
Method
addPartTitle
src/xlsx/xlsxdocpropsapp.cpp:42
↓ 2 callers
Method
addWorksheetName
src/xlsx/xlsxcontenttypes.cpp:80
↓ 2 callers
Method
borderIndex
! \internal Returns the border index. */
src/xlsx/xlsxformat.cpp:914
↓ 2 callers
Function
convertSharedFormula
* Convert shared formula for non-root cells. * * For example, if "B1:B10" have shared formula "=A1*A1", this function will return "=A2*A2" * for "B
src/xlsx/xlsxutility.cpp:195
↓ 2 callers
Method
copySheet
src/xlsx/xlsxworkbook.cpp:347
↓ 2 callers
Method
currentSheet
! * \brief Return pointer of current sheet. */
src/xlsx/xlsxdocument.cpp:962
↓ 2 callers
Function
datetimeFromNumber
src/xlsx/xlsxutility.cpp:95
↓ 2 callers
Function
datetimeToNumber
src/xlsx/xlsxutility.cpp:70
↓ 2 callers
Method
drawing
! * \internal */
src/xlsx/xlsxabstractsheet.cpp:191
↓ 2 callers
Method
dxfIndex
! * \internal * Returns the index in the styles dxfs. */
src/xlsx/xlsxformat.cpp:1249
↓ 2 callers
Method
dxfIndexValid
! * \internal * Returns whether the dxf index is valid or not. */
src/xlsx/xlsxformat.cpp:1260
↓ 2 callers
Function
escapeSheetName
* When sheetName contains space or apostrophe, escaped is needed by cellFormula/definedName/chartSerials. */
src/xlsx/xlsxutility.cpp:149
↓ 2 callers
Method
fileName
src/xlsx/xlsxmediafile.cpp:58
↓ 2 callers
Method
fillIndex
! * \internal */
src/xlsx/xlsxformat.cpp:1033
↓ 2 callers
Method
font
! * Returns a QFont object based on font data contained in the format. */
src/xlsx/xlsxformat.cpp:462
↓ 2 callers
Method
fontBold
! * Return whether the font is bold. */
src/xlsx/xlsxformat.cpp:382
↓ 2 callers
Method
fontColor
! * Return the color of the font. */
src/xlsx/xlsxformat.cpp:364
↓ 2 callers
Method
fontIndex
! * \internal */
src/xlsx/xlsxformat.cpp:504
↓ 2 callers
Method
fontItalic
! * Return whether the font is italic. */
src/xlsx/xlsxformat.cpp:332
↓ 2 callers
Method
fontOutline
! * Return whether the font is outline. */
src/xlsx/xlsxformat.cpp:430
↓ 2 callers
Method
fontStrikeOut
! * Return whether the font is strikeout. */
src/xlsx/xlsxformat.cpp:348
↓ 2 callers
Method
fontUnderline
! * Return the underline style of the font. */
src/xlsx/xlsxformat.cpp:414
↓ 2 callers
Method
getSheetsByTypes
! * \internal */
src/xlsx/xlsxworkbook.cpp:433
↓ 2 callers
Method
groupColumns
! Groups columns from \a colFirst to \a colLast with the given \a collapsed. Returns false if error occurs. */
src/xlsx/xlsxdocument.cpp:748
↓ 2 callers
Method
hasAlignmentData
! * \internal */
src/xlsx/xlsxformat.cpp:689
↓ 2 callers
Method
hashKey
src/xlsx/xlsxmediafile.cpp:94
↓ 2 callers
Method
horizontalAlignment
! * Return the horizontal alignment. */
src/xlsx/xlsxformat.cpp:563
↓ 2 callers
Method
indexedColor
src/xlsx/xlsxcolor.cpp:60
↓ 2 callers
Method
isDate1904
src/xlsx/xlsxworkbook.cpp:81
↓ 2 callers
Method
isIndexedColor
src/xlsx/xlsxcolor.cpp:38
↓ 2 callers
Method
isRgbColor
src/xlsx/xlsxcolor.cpp:31
↓ 2 callers
Method
isThemeColor
src/xlsx/xlsxcolor.cpp:43
↓ 2 callers
Method
loadFromXml
src/xlsx/xlsxconditionalformatting.cpp:627
↓ 2 callers
Method
loadFromXmlFile
src/xlsx/xlsxtheme.cpp:231
↓ 2 callers
Method
loadPackage
src/xlsx/xlsxdocument.cpp:101
← previous
next →
101–200 of 811, ranked by callers