Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QtExcel/QXlsx
/ functions
Functions
1,168 in github.com/QtExcel/QXlsx
⨍
Functions
1,168
◇
Types & classes
240
↓ 407 callers
Method
value
! * Return the data content of this Cell */
QXlsx/source/xlsxcell.cpp:103
↓ 260 callers
Method
write
* Write string to the the table. * * Write specified string to the current cell. * * @param str * String to write. * @
ShowConsole/fort.hpp:528
↓ 216 callers
Method
toString
! Convert the range to string notation, such as "A1:B5". */
QXlsx/source/xlsxcellrange.cpp:115
↓ 204 callers
Method
isEmpty
! Returns true if the format is empty; otherwise returns false. */
QXlsx/source/xlsxformat.cpp:1178
↓ 84 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()
QXlsx/source/xlsxdocument.cpp:1106
↓ 81 callers
Method
isValid
! Returns true if the format is valid; otherwise returns false. */
QXlsx/source/xlsxformat.cpp:1168
↓ 77 callers
Method
read
! \overload Returns the contents of the cell \a cell. \sa cellAt() */
QXlsx/source/xlsxdocument.cpp:733
↓ 70 callers
Method
type
\brief type Get the Content-Type HTTP header \return QString MIME content-type
WebServer/response.hpp:70
↓ 66 callers
Method
contains
QXlsx/header/xlsxworksheet_p.h:165
↓ 52 callers
Method
saveAs
! * Saves the document to the file with the given \a name. * Returns true if saved successfully. */
QXlsx/source/xlsxdocument.cpp:1356
↓ 37 callers
Method
clear
QXlsx/source/xlsxrelationships.cpp:161
↓ 36 callers
Method
hasProperty
! * \internal */
QXlsx/source/xlsxformat.cpp:1369
↓ 33 callers
Function
get_cell_property_value_hierarcial
ShowConsole/fort.c:2820
↓ 31 callers
Method
column
* Get column. * * @param col_idx * Column index. * @return * table_column object. */
ShowConsole/fort.hpp:970
↓ 31 callers
Method
get
\brief get Get data from context \param QString key of the data \return QString value of the data
WebServer/context.hpp:39
↓ 29 callers
Method
addSheet
QXlsx/source/xlsxworkbook.cpp:172
↓ 29 callers
Method
setProperty
! * \internal */
QXlsx/source/xlsxformat.cpp:1313
↓ 28 callers
Method
row
QXlsx/source/xlsxdrawinganchor.cpp:110
↓ 27 callers
Method
count
QXlsx/source/xlsxsharedstrings.cpp:32
↓ 26 callers
Method
fileData
QXlsx/source/xlsxzipreader.cpp:44
↓ 25 callers
Function
vector_at
ShowConsole/fort.c:5582
↓ 25 callers
Function
vector_size
ShowConsole/fort.c:5535
↓ 24 callers
Method
addFile
QXlsx/source/xlsxzipwriter.cpp:33
↓ 23 callers
Method
addSeries
! * Add the data series which is in the range \a range of the \a sheet. */
QXlsx/source/xlsxchart.cpp:53
↓ 22 callers
Method
setHorizontalAlignment
! * Set the horizontal alignment with the given \a align. */
QXlsx/source/xlsxformat.cpp:576
↓ 21 callers
Method
relationships
QXlsx/source/xlsxrelationships.cpp:65
↓ 21 callers
Method
setErrorCode
WebServer/recurse.hpp:63
↓ 20 callers
Method
setChartType
! * Set the type of the chart to \a type */
QXlsx/source/xlsxchart.cpp:177
↓ 20 callers
Method
styles
QXlsx/source/xlsxworkbook.cpp:399
↓ 19 callers
Method
saveToXmlData
QXlsx/source/xlsxtheme.cpp:213
↓ 18 callers
Method
isNull
! Returns true is this is an Null string. */
QXlsx/source/xlsxrichstring.cpp:109
↓ 17 callers
Method
formula
! * Return the formula contents if the dataType is Formula */
QXlsx/source/xlsxcell.cpp:240
↓ 17 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
QXlsx/source/xlsxdocument.cpp:793
↓ 17 callers
Method
setFontBold
! * Turn on/off the bold font based on the given \a bold. */
QXlsx/source/xlsxformat.cpp:393
↓ 17 callers
Method
setFontSize
! * Set the \a size of the font in points. */
QXlsx/source/xlsxformat.cpp:327
↓ 17 callers
Method
setValue
QXlsx/header/xlsxworksheet_p.h:151
↓ 16 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
QXlsx/source/xlsxworksheet.cpp:147
↓ 16 callers
Method
format
! * Return the style used by this Cell. If no style used, 0 will be returned. */
QXlsx/source/xlsxcell.cpp:220
↓ 16 callers
Method
loadFromXmlData
QXlsx/source/xlsxtheme.cpp:221
↓ 16 callers
Method
property
! * \internal */
QXlsx/source/xlsxformat.cpp:1300
↓ 16 callers
Method
setVerticalAlignment
! * Set the vertical alignment with the given \a align. */
QXlsx/source/xlsxformat.cpp:604
↓ 16 callers
Method
sheet
! * Returns the sheet object at index \a sheetIndex. */
QXlsx/source/xlsxworkbook.cpp:385
↓ 16 callers
Method
sheetName
! * Returns the name of the sheet. */
QXlsx/source/xlsxabstractsheet.cpp:68
↓ 15 callers
Function
destroy_row
ShowConsole/fort.c:3513
↓ 15 callers
Method
setFontColor
! * Set the \a color of the font. */
QXlsx/source/xlsxformat.cpp:377
↓ 14 callers
Method
saveToXml
QXlsx/source/xlsxcolor.cpp:65
↓ 14 callers
Function
vector_push
ShowConsole/fort.c:5551
↓ 13 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
QXlsx/source/xlsxstyles.cpp:205
↓ 13 callers
Method
load
QXlsx/source/xlsxdocument.cpp:1389
↓ 13 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
QXlsx/source/xlsxdocument.cpp:807
↓ 13 callers
Method
setColumnWidth
! Sets width in characters of columns with the given \a range and \a width. Returns true on success. */
QXlsx/source/xlsxdocument.cpp:829
↓ 13 callers
Method
setPatternBackgroundColor
! Sets the background color of the pattern with the given \a color. */
QXlsx/source/xlsxformat.cpp:1021
↓ 12 callers
Function
destroy_string_buffer
ShowConsole/fort.c:4804
↓ 12 callers
Function
ft_ln
ShowConsole/fort.c:1303
↓ 12 callers
Method
isLoadPackage
QXlsx/source/xlsxdocument.cpp:1383
↓ 12 callers
Method
setFontUnderline
! * Set the underline style of the font to \a underline. */
QXlsx/source/xlsxformat.cpp:425
↓ 12 callers
Method
workbook
! * Return the internal Workbook object. */
QXlsx/source/xlsxdocument.cpp:1208
↓ 11 callers
Method
addDocumentRelationship
QXlsx/source/xlsxrelationships.cpp:28
↓ 11 callers
Method
c_str
* Convert table to string representation. * * Table object has ownership of the returned pointer. So there is no need to * free it. To
ShowConsole/fort.hpp:479
↓ 11 callers
Method
data
ExcelViewer/excelmodel.cpp:508
↓ 11 callers
Function
destroy_cell
ShowConsole/fort.c:838
↓ 11 callers
Method
filePath
! * \internal */
QXlsx/source/xlsxabstractooxmlfile.cpp:80
↓ 11 callers
Method
readValue
! * Return the data content of this Cell for reading */
QXlsx/source/xlsxcell.cpp:113
↓ 10 callers
Method
cellFormat
QXlsx/source/xlsxworksheet.cpp:577
↓ 10 callers
Method
currentWorksheet
! * \brief Return pointer of current worksheet. * If the type of sheet is not AbstractSheet::ST_WorkSheet, then 0 will be returned. */
QXlsx/source/xlsxdocument.cpp:1301
↓ 10 callers
Method
formulaText
! * Returns the contents of the formula. */
QXlsx/source/xlsxcellformula.cpp:132
↓ 10 callers
Method
loadFromXml
QXlsx/source/xlsxcolor.cpp:88
↓ 10 callers
Method
selectSheet
! * \brief Set worksheet named \a name to be active sheet. * Returns true if success. */
QXlsx/source/xlsxdocument.cpp:1314
↓ 9 callers
Method
addFragment
! Appends a fragment with the given \a text and \a format. */
QXlsx/source/xlsxrichstring.cpp:178
↓ 9 callers
Method
fragmentCount
! Returns fragment count. */
QXlsx/source/xlsxrichstring.cpp:170
↓ 9 callers
Method
setBorderStyle
! * Set the border style with the given \a style. */
QXlsx/source/xlsxformat.cpp:711
↓ 9 callers
Method
setBottomBorderStyle
! Sets the bottom border style to the given \a style. */
QXlsx/source/xlsxformat.cpp:837
↓ 9 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 f
QXlsx/source/xlsxdocument.cpp:1190
↓ 9 callers
Method
setNumberFormat
! * Set number \a format. * http://office.microsoft.com/en-001/excel-help/create-a-custom-number-format-HP010342372.aspx */
QXlsx/source/xlsxformat.cpp:246
↓ 9 callers
Method
sheetNames
! * Returns the names of worksheets contained in current document. */
QXlsx/source/xlsxdocument.cpp:1333
↓ 9 callers
Method
write
! \overload Write \a value to cell \a row_column with the given \a format. */
QXlsx/source/xlsxdocument.cpp:709
↓ 8 callers
Method
cellType
! * Return the dataType of this Cell */
QXlsx/source/xlsxcell.cpp:93
↓ 8 callers
Function
create_row
ShowConsole/fort.c:3494
↓ 8 callers
Method
formatKey
! * \internal */
QXlsx/source/xlsxformat.cpp:1188
↓ 8 callers
Method
hasFontData
! \internal Return true if the format has font format, otherwise return false. */
QXlsx/source/xlsxformat.cpp:552
↓ 8 callers
Method
hasFormula
! * Returns true if the cell has one formula. */
QXlsx/source/xlsxcell.cpp:230
↓ 8 callers
Method
idKey
! * \internal */
QXlsx/source/xlsxrichstring.cpp:210
↓ 8 callers
Method
setBottomBorderColor
! Sets the bottom border color to the given \a color. */
QXlsx/source/xlsxformat.cpp:853
↓ 8 callers
Function
writeInternalNumFormatsCell
TestExcel/demo.cpp:97
↓ 7 callers
Method
close
QXlsx/source/xlsxzipwriter.cpp:43
↓ 7 callers
Method
columnCount
ExcelViewer/excelmodel.cpp:501
↓ 7 callers
Function
columns_in_row
ShowConsole/fort.c:3555
↓ 7 callers
Function
create_cell
ShowConsole/fort.c:823
↓ 7 callers
Method
getRelationshipById
QXlsx/source/xlsxrelationships.cpp:152
↓ 7 callers
Method
hasNumFmtData
! \internal Return true if the format has number format. */
QXlsx/source/xlsxformat.cpp:304
↓ 7 callers
Method
isInvalid
QXlsx/source/xlsxcolor.cpp:45
↓ 7 callers
Method
rowCount
ExcelViewer/excelmodel.cpp:494
↓ 7 callers
Method
setFilePath
! * \internal */
QXlsx/source/xlsxabstractooxmlfile.cpp:71
↓ 7 callers
Function
splitPath
QXlsx/source/xlsxutility.cpp:29
↓ 7 callers
Function
writeFontNameCell
TestExcel/demo.cpp:82
↓ 7 callers
Function
writeFontSizeCell
TestExcel/demo.cpp:90
↓ 6 callers
Function
create_string_buffer
ShowConsole/fort.c:4777
↓ 6 callers
Function
destroy_vector
ShowConsole/fort.c:5526
↓ 6 callers
Method
drawings
! * \internal * * Unlike media files, drawing file is a property of the sheet. */
QXlsx/source/xlsxworkbook.cpp:416
↓ 6 callers
Method
filePaths
QXlsx/source/xlsxzipreader.cpp:39
next →
1–100 of 1,168, ranked by callers