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
↓ 229 callers
Method
write
! \overload Write \a value to cell \a row_column with the given \a format. */
src/xlsx/xlsxdocument.cpp:409
↓ 207 callers
Method
value
! * Return the data content of this Cell */
src/xlsx/xlsxcell.cpp:108
↓ 185 callers
Method
toString
! Convert the range to string notation, such as "A1:B5". */
src/xlsx/xlsxcellrange.cpp:124
↓ 98 callers
Method
isEmpty
! Returns true if the format is empty; otherwise returns false. */
src/xlsx/xlsxformat.cpp:1169
↓ 73 callers
Method
cellAt
! * \overload * Returns the cell at the position \a pos. If there is no cell at * the specified position, the function returns 0. * * \sa read()
src/xlsx/xlsxdocument.cpp:782
↓ 70 callers
Method
isValid
! Returns true if the format is valid; otherwise returns false. */
src/xlsx/xlsxformat.cpp:1159
↓ 34 callers
Method
saveToXmlData
src/xlsx/xlsxtheme.cpp:217
↓ 33 callers
Method
setProperty
! * \internal */
src/xlsx/xlsxformat.cpp:1301
↓ 31 callers
Method
cellType
! * Return the dataType of this Cell */
src/xlsx/xlsxcell.cpp:99
↓ 31 callers
Method
hasProperty
! * \internal */
src/xlsx/xlsxformat.cpp:1347
↓ 30 callers
Method
row
src/xlsx/xlsxdrawinganchor_p.h:55
↓ 29 callers
Method
saveAs
! * Saves the document to the file with the given \a name. * Returns true if saved successfully. */
src/xlsx/xlsxdocument.cpp:1018
↓ 25 callers
Method
addSheet
src/xlsx/xlsxworkbook.cpp:189
↓ 25 callers
Method
data
examples/xlsx/xlsxwidget/xlsxsheetmodel.cpp:86
↓ 24 callers
Method
format
! * Return the style used by this Cell. If no style used, 0 will be returned. */
src/xlsx/xlsxcell.cpp:117
↓ 23 callers
Method
count
src/xlsx/xlsxsharedstrings.cpp:53
↓ 22 callers
Method
addSharedString
src/xlsx/xlsxcontenttypes.cpp:115
↓ 21 callers
Method
property
! * \internal */
src/xlsx/xlsxformat.cpp:1291
↓ 21 callers
Method
read
! \overload Returns the contents of the cell \a cell. \sa cellAt() */
src/xlsx/xlsxdocument.cpp:433
↓ 20 callers
Method
addFragment
! Appends a fragment with the given \a text and \a format. */
src/xlsx/xlsxrichstring.cpp:195
↓ 20 callers
Method
setFontColor
! * Set the \a color of the font. */
src/xlsx/xlsxformat.cpp:374
↓ 19 callers
Method
addFile
src/xlsx/xlsxzipwriter.cpp:53
↓ 19 callers
Method
fileData
src/xlsx/xlsxzipreader.cpp:69
↓ 19 callers
Method
loadFromXmlData
src/xlsx/xlsxtheme.cpp:225
↓ 19 callers
Method
relationships
src/xlsx/xlsxrelationships.cpp:82
↓ 18 callers
Method
styles
src/xlsx/xlsxworkbook.cpp:400
↓ 17 callers
Method
addXfFormat
Assign index to Font/Fill/Border and Format When \a force is true, add the format to the format list, even other format has the same key have b
src/xlsx/xlsxstyles.cpp:193
↓ 17 callers
Method
setColumnWidth
! Sets width in characters of columns with the given \a range and \a width. Returns true on success. */
src/xlsx/xlsxdocument.cpp:504
↓ 16 callers
Method
addSeries
! * Add the data series which is in the range \a range of the \a sheet. */
src/xlsx/xlsxchart.cpp:96
↓ 16 callers
Method
setFontBold
! * Turn on/off the bold font based on the given \a bold. */
src/xlsx/xlsxformat.cpp:390
↓ 16 callers
Method
setHorizontalAlignment
! * Set the horizontal alignment with the given \a align. */
src/xlsx/xlsxformat.cpp:571
↓ 15 callers
Method
checkDimensions
Check that row and col are valid and store the max and min values for use in other methods/elements. The ignore_row / ignore_col flags is used to
src/xlsx/xlsxworksheet.cpp:151
↓ 14 callers
Method
saveToXml
src/xlsx/xlsxcolor.cpp:74
↓ 14 callers
Method
setBorderStyle
! * Set the border style with the given \a style. */
src/xlsx/xlsxformat.cpp:704
↓ 13 callers
Method
setChartType
! * Set the type of the chart to \a type */
src/xlsx/xlsxchart.cpp:155
↓ 13 callers
Method
setFontSize
! * Set the \a size of the font in points. */
src/xlsx/xlsxformat.cpp:324
↓ 12 callers
Method
formatKey
! * \internal */
src/xlsx/xlsxformat.cpp:1179
↓ 12 callers
Method
formula
! * Return the formula contents if the dataType is Formula */
src/xlsx/xlsxcell.cpp:135
↓ 12 callers
Method
mergeCells
! Merge a \a range of cells. The first cell should contain the data and the others should be blank. All cells will be applied the same style if a
src/xlsx/xlsxdocument.cpp:482
↓ 12 callers
Method
setFillPattern
! Sets the fill pattern to the given \a pattern. */
src/xlsx/xlsxformat.cpp:979
↓ 12 callers
Method
setNumberFormat
! * Set number \a format. * http://office.microsoft.com/en-001/excel-help/create-a-custom-number-format-HP010342372.aspx */
src/xlsx/xlsxformat.cpp:245
↓ 11 callers
Method
addDocumentRelationship
src/xlsx/xlsxrelationships.cpp:47
↓ 11 callers
Method
addRange
! \overload Add the range(\a firstRow, \a firstCol, \a lastRow, \a lastCol) on which the DataValidation will apply to. */
src/xlsx/xlsxdatavalidation.cpp:375
↓ 11 callers
Method
clear
src/xlsx/xlsxrelationships.cpp:174
↓ 11 callers
Method
getSharedString
src/xlsx/xlsxsharedstrings.cpp:136
↓ 11 callers
Method
insertChart
! * Creates an chart with the given \a size and insert it to the current * active worksheet at the position \a row, \a col. * The chart will be ret
src/xlsx/xlsxdocument.cpp:468
↓ 11 callers
Method
setDocumentProperty
! Set the document properties such as Title, Author etc. The method can be used to set the document properties of the Excel file created
src/xlsx/xlsxdocument.cpp:862
↓ 11 callers
Method
setFontUnderline
! * Set the underline style of the font to \a underline. */
src/xlsx/xlsxformat.cpp:422
↓ 11 callers
Method
sheetName
! * Returns the name of the sheet. */
src/xlsx/xlsxabstractsheet.cpp:87
↓ 11 callers
Method
toPlainString
! Converts to plain text string. */
src/xlsx/xlsxrichstring.cpp:144
↓ 10 callers
Method
filePath
! * \internal */
src/xlsx/xlsxabstractooxmlfile.cpp:102
↓ 10 callers
Method
loadFromXml
src/xlsx/xlsxcolor.cpp:97
↓ 10 callers
Method
save
! * Save current document to the filesystem. If no name specified when * the document constructed, a default name "book1.xlsx" will be used. * Retu
src/xlsx/xlsxdocument.cpp:1006
↓ 10 callers
Method
setPatternBackgroundColor
! Sets the background color of the pattern with the given \a color. */
src/xlsx/xlsxformat.cpp:1013
↓ 10 callers
Method
setVerticalAlignment
! * Set the vertical alignment with the given \a align. */
src/xlsx/xlsxformat.cpp:597
↓ 10 callers
Method
sheetNames
! * Returns the names of worksheets contained in current document. */
src/xlsx/xlsxdocument.cpp:995
↓ 9 callers
Method
cellFormat
src/xlsx/xlsxworksheet.cpp:577
↓ 9 callers
Method
fragmentCount
! Returns fragment count. */
src/xlsx/xlsxrichstring.cpp:187
↓ 9 callers
Method
isDateTime
! * Returns whether the value is probably a dateTime or not */
src/xlsx/xlsxcell.cpp:144
↓ 9 callers
Method
sharedStrings
src/xlsx/xlsxworkbook.cpp:394
↓ 8 callers
Method
dimension
! Return the range that contains cell data. */
src/xlsx/xlsxdocument.cpp:821
↓ 8 callers
Method
fragmentText
! Returns fragment text at the position \a index. */
src/xlsx/xlsxrichstring.cpp:205
↓ 8 callers
Method
hasFontData
! \internal Return true if the format has font format, otherwise return false. */
src/xlsx/xlsxformat.cpp:548
↓ 8 callers
Method
idKey
! * \internal */
src/xlsx/xlsxrichstring.cpp:227
↓ 8 callers
Function
writeInternalNumFormatsCell
examples/xlsx/demo/main.cpp:73
↓ 7 callers
Method
fragmentFormat
! Returns fragment format at the position \a index. */
src/xlsx/xlsxrichstring.cpp:216
↓ 7 callers
Method
getRelationshipById
src/xlsx/xlsxrelationships.cpp:165
↓ 7 callers
Method
isInvalid
src/xlsx/xlsxcolor.cpp:48
↓ 7 callers
Method
isNull
! Returns true is this is an Null string. */
src/xlsx/xlsxrichstring.cpp:123
↓ 7 callers
Method
setBottomBorderStyle
! Sets the bottom border style to the given \a style. */
src/xlsx/xlsxformat.cpp:830
↓ 7 callers
Function
splitPath
src/xlsx/xlsxutility.cpp:48
↓ 7 callers
Function
writeFontNameCell
examples/xlsx/demo/main.cpp:58
↓ 7 callers
Function
writeFontSizeCell
examples/xlsx/demo/main.cpp:66
↓ 6 callers
Method
documentRelationships
src/xlsx/xlsxrelationships.cpp:42
↓ 6 callers
Method
drawings
! * \internal * * Unlike media files, drawing file is a property of the sheet. */
src/xlsx/xlsxworkbook.cpp:417
↓ 6 callers
Method
fillKey
! * \internal */
src/xlsx/xlsxformat.cpp:1052
↓ 6 callers
Method
fixNumberFormat
! \internal Called by styles to fix the numFmt */
src/xlsx/xlsxformat.cpp:291
↓ 6 callers
Method
fontKey
! * \internal */
src/xlsx/xlsxformat.cpp:524
↓ 6 callers
Method
fontName
! * Return the name of the font. */
src/xlsx/xlsxformat.cpp:446
↓ 6 callers
Method
formulaType
! * Returns the type of the formula. */
src/xlsx/xlsxcellformula.cpp:136
↓ 6 callers
Method
getColumnInfoList
src/xlsx/xlsxworksheet.cpp:2209
↓ 6 callers
Function
parseXsdBoolean
src/xlsx/xlsxutility.cpp:39
↓ 6 callers
Method
setBottomBorderColor
! Sets the bottom border color to the given \a color. */
src/xlsx/xlsxformat.cpp:846
↓ 6 callers
Method
setFilePath
! * \internal */
src/xlsx/xlsxabstractooxmlfile.cpp:93
↓ 6 callers
Method
sheet
! * Returns the sheet object. */
examples/xlsx/xlsxwidget/xlsxsheetmodel.cpp:199
↓ 6 callers
Function
writeBorderAndFontColorCell
examples/xlsx/demo/main.cpp:49
↓ 6 callers
Function
writeBorderStyleCell
examples/xlsx/demo/main.cpp:27
↓ 6 callers
Function
writePatternFillCell
examples/xlsx/demo/main.cpp:41
↓ 6 callers
Function
writeSolidFillCell
examples/xlsx/demo/main.cpp:34
↓ 6 callers
Method
xfIndex
! * \internal */
src/xlsx/xlsxformat.cpp:1216
↓ 5 callers
Method
addConditionalFormatting
! * Add a conditional formatting \a cf for current worksheet. Returns true if successful. */
src/xlsx/xlsxdocument.cpp:768
↓ 5 callers
Method
borderKey
! \internal */
src/xlsx/xlsxformat.cpp:932
↓ 5 callers
Method
chartFiles
! * \internal */
src/xlsx/xlsxworkbook.cpp:675
↓ 5 callers
Method
deleteSheet
! * Remove the worksheet at pos \a index. */
src/xlsx/xlsxworkbook.cpp:311
↓ 5 callers
Method
filePaths
src/xlsx/xlsxzipreader.cpp:64
↓ 5 callers
Method
fillPattern
! Return the fill pattern. */
src/xlsx/xlsxformat.cpp:971
↓ 5 callers
Method
formulaText
! * Returns the contents of the formula. */
src/xlsx/xlsxcellformula.cpp:144
↓ 5 callers
Method
hasNumFmtData
! \internal Return true if the format has number format. */
src/xlsx/xlsxformat.cpp:301
↓ 5 callers
Method
numberFormatIndex
! * Returns the number format identifier. */
src/xlsx/xlsxformat.cpp:215
↓ 5 callers
Method
setRightBorderStyle
! Sets the right border style to the given \a style. */
src/xlsx/xlsxformat.cpp:766
next →
1–100 of 811, ranked by callers