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
Method
saveXmlPieChart
QXlsx/source/xlsxchart.cpp:975
Method
saveXmlPos
QXlsx/source/xlsxdrawinganchor.cpp:599
Method
saveXmlScatterChart
QXlsx/source/xlsxchart.cpp:1061
Method
saveXmlSer
QXlsx/source/xlsxchart.cpp:1137
Method
save_excel_file
save all sheets in memory into an Excel file
ExcelTableEditor/mainwindow.cpp:711
Function
setColumn
QXlsx/header/xlsxcellreference.h:30
Method
setColumnFormat
! Sets format property of a \a range of columns to \a format. Columns are 1-indexed. Returns true on success. */
QXlsx/source/xlsxworksheet.cpp:1893
Method
setColumnHidden
! Sets hidden property of a \a range of columns to \a hidden. Columns are 1-indexed. Hidden columns are not visible. Returns true on success. *
QXlsx/source/xlsxworksheet.cpp:1906
Method
setColumnHidden
! Sets hidden property of columns \a range to \a hidden. Columns are 1-indexed. Hidden columns are not visible. Returns true on success. */
QXlsx/source/xlsxdocument.cpp:852
Method
setColumnWidth
! Sets width in characters of a \a range of columns to \a width. Returns true on success. */
QXlsx/source/xlsxworksheet.cpp:1881
Method
setDate1904
! Excel for Windows uses a default epoch of 1900 and Excel for Mac uses an epoch of 1904. However, Excel on either platform will convert automat
QXlsx/source/xlsxworkbook.cpp:77
Method
setDefaultDateFormat
QXlsx/source/xlsxworkbook.cpp:132
Method
setDiagonalBorderColor
! Sets the diagonal border color to the given \a color */
QXlsx/source/xlsxformat.cpp:901
Method
setEditorData
ExcelTableEditor/excelitemdelegate.cpp:56
Method
setFileName
QXlsx/source/xlsxmediafile.cpp:35
Function
setFirstColumn
QXlsx/header/xlsxcellrange.h:29
Function
setFirstRow
QXlsx/header/xlsxcellrange.h:27
Method
setFormulasVisible
! * Show formulas in cells instead of their calculated results when \a visible is true. */
QXlsx/source/xlsxworksheet.cpp:273
Method
setHidden
! * Make the sheet hidden or visible based on \a hidden. */
QXlsx/source/xlsxabstractsheet.cpp:143
Function
setLastColumn
QXlsx/header/xlsxcellrange.h:30
Function
setLastRow
QXlsx/header/xlsxcellrange.h:28
Method
setLocked
! Sets the locked protection property with the given \a locked. */
QXlsx/source/xlsxformat.cpp:1124
Method
setModelData
ExcelTableEditor/excelitemdelegate.cpp:86
Method
setObjectShape
{{ liufeijin
QXlsx/source/xlsxdrawinganchor.cpp:87
Method
setOutlineSymbolsVisible
! * Show or hide the outline symbols based ib \a visible. */
QXlsx/source/xlsxworksheet.cpp:399
Method
setProperty
QXlsx/source/xlsxdocpropsapp.cpp:30
Method
setProperty
QXlsx/source/xlsxdocpropscore.cpp:20
Method
setRightToLeft
! * Enable or disable the right-to-left based on \a enable. */
QXlsx/source/xlsxworksheet.cpp:327
Function
setRow
QXlsx/header/xlsxcellreference.h:29
Method
setRowColumnHeadersVisible
! * Show or hide the row column headers based on \a visible */
QXlsx/source/xlsxworksheet.cpp:309
Method
setRowFormat
! Sets the \a format of the rows including and between \a rowFirst and \a rowLast. Rows are 1-indexed. Returns true if success. */
QXlsx/source/xlsxworksheet.cpp:2050
Method
setRowHeight
! Sets the \a height of the rows including and between \a rowFirst and \a rowLast. Row height measured in point size. Rows are 1-indexed. Ret
QXlsx/source/xlsxworksheet.cpp:2031
Method
setRowHidden
! Sets the \a hidden property of the rows including and between \a rowFirst and \a rowLast. Rows are 1-indexed. If hidden is true rows will not be
QXlsx/source/xlsxworksheet.cpp:2068
Method
setRowHidden
! Sets the \a hidden property of the row \a row. Rows are 1-indexed. If hidden is true rows will not be visible. Returns true if success. */
QXlsx/source/xlsxdocument.cpp:983
Method
setRulerVisible
! * Show or hide the ruler based on \a visible. */
QXlsx/source/xlsxworksheet.cpp:381
Method
setSelected
! * Select this sheet if \a select is true. */
QXlsx/source/xlsxworksheet.cpp:363
Method
setSheetType
! * \internal */
QXlsx/source/xlsxabstractsheet.cpp:95
Method
setStartPage
{{ liufeijin
QXlsx/source/xlsxworksheet.cpp:1480
Method
setStringsToHyperlinksEnabled
QXlsx/source/xlsxworkbook.cpp:102
Method
setStringsToNumbersEnabled
Enable the worksheet.write() method to convert strings to numbers, where possible, using float() in order to avoid an Excel warning about "Numbers
QXlsx/source/xlsxworkbook.cpp:90
Method
setTopBorderColor
! Sets the top border color to the given \a color. */
QXlsx/source/xlsxformat.cpp:821
Method
setWhiteSpaceVisible
! * Show or hide the white space based on \a visible. */
QXlsx/source/xlsxworksheet.cpp:417
Method
setWindowProtected
! * Protects/unprotects the sheet based on \a protect. */
QXlsx/source/xlsxworksheet.cpp:255
Method
setWriteDatesAsText
QXlsx/source/xlsxworkbook.cpp:741
Method
setZerosVisible
! * Show a zero in cells that have zero value if \a visible is true. */
QXlsx/source/xlsxworksheet.cpp:345
Method
set_border_style
* Set border style for the table. * * @param style * Pointer to border style. * @return * - True: Success; table border s
ShowConsole/fort.hpp:766
Method
set_bottom_margin
* Set table bottom margin. * * @param value * Bottom margin. * @return * - true: Success; table property was changed.
ShowConsole/fort.hpp:838
Method
set_cell_bg_color
* Set cell background color for the specified cell of the table. * * @param value * Color. * @return * - true: Success; c
ShowConsole/fort.hpp:281
Method
set_cell_bottom_padding
* Set bottom padding for the specified cell of the table. * * @param value * Value of the bottom padding. * @return * - t
ShowConsole/fort.hpp:197
Method
set_cell_content_bg_color
* Set content background color for the specified cell of the table. * * @param value * Color. * @return * - true: Success
ShowConsole/fort.hpp:295
Method
set_cell_content_fg_color
* Set content foreground color for the specified cell of the table. * * @param value * Color. * @return * - true: Success
ShowConsole/fort.hpp:267
Method
set_cell_content_text_style
* Set content text style for the specified cell of the table. * * @param value * Text style. * @return * - true: Success;
ShowConsole/fort.hpp:323
Method
set_cell_empty_str_height
* Set empty string height for the specified cell of the table. * * @param value * Value of the empty string height. * @return
ShowConsole/fort.hpp:253
Method
set_cell_left_padding
* Set left padding for the specified cell of the table. * * @param value * Value of the left padding. * @return * - true:
ShowConsole/fort.hpp:211
Method
set_cell_min_width
* Set min width for the specified cell of the table. * * @param value * Value of the min width. * @return * - true: Succe
ShowConsole/fort.hpp:155
Method
set_cell_right_padding
* Set right padding for the specified cell of the table. * * @param value * Value of the left padding. * @return * - true
ShowConsole/fort.hpp:225
Method
set_cell_row_type
* Set row type for the specified cell of the table. * * @param value * Value of the row type. * @return * - true: Success
ShowConsole/fort.hpp:239
Method
set_cell_span
* Set column span for the specified cell of the table. * * @param hor_span * Column span. * @return *
ShowConsole/fort.hpp:883
Method
set_cell_text_align
* Set text alignment for the specified cell of the table. * * @param value * Value of the text alignment. * @return * - t
ShowConsole/fort.hpp:169
Method
set_cell_text_style
* Set cell text style for the specified cell of the table. * * @param value * Text style. * @return * - true: Success; ce
ShowConsole/fort.hpp:309
Method
set_cell_top_padding
* Set top padding for the specified cell of the table. * * @param value * Value of the top padding. * @return * - true: S
ShowConsole/fort.hpp:183
Method
set_cur_cell
* Set current cell position. * * Current cell - cell that will be edited with all modifiing functions. * * @param row_i * N
ShowConsole/fort.hpp:781
Method
set_current_sheet
set current sheet model / view
ExcelTableEditor/mainwindow.cpp:469
Function
set_default_border_style
* Set default border style for all new formatted tables. * * @param style * Pointer to border style. * @return * - True: Success; table borde
ShowConsole/fort.hpp:993
Method
set_left_margin
* Set table left margin. * * @param value * Left margin. * @return * - true: Success; table property was changed. *
ShowConsole/fort.hpp:796
Method
set_property
ShowConsole/fort.hpp:334
Method
set_right_margin
* Set table right margin. * * @param value * Right margin. * @return * - true: Success; table property was changed.
ShowConsole/fort.hpp:824
Method
set_top_margin
* Set table top margin. * * @param value * Top margin. * @return * - true: Success; table property was changed. *
ShowConsole/fort.hpp:810
Method
setupMenu
ExcelViewer/mainwindow.cpp:35
Method
setup_menu
ExcelTableEditor/mainwindow.cpp:127
Method
setup_ui
ExcelTableEditor/mainwindow.cpp:38
Method
showAboutDialog
ExcelViewer/mainwindow.cpp:183
Function
snprint_n_strings
ShowConsole/fort.c:2343
Function
snprintf_row
ShowConsole/fort.c:4431
Method
sorteIntList
QXlsx/header/xlsxworksheet_p.h:138
Function
str_iter_width
ShowConsole/fort.c:4626
Method
table
* Default constructor. */
ShowConsole/fort.hpp:357
Method
table_cell
ShowConsole/fort.hpp:859
Method
table_column
ShowConsole/fort.hpp:914
Method
table_manipulator
ShowConsole/fort.hpp:108
Method
table_row
ShowConsole/fort.hpp:898
Function
test1
DateTime/test.cpp:31
Function
test162
IssueTest/test.cpp:25
Method
testData
HelloAndroid/XlsxTableModel.cpp:30
Method
theme
QXlsx/source/xlsxworkbook.cpp:405
Method
toARGBString
QXlsx/source/xlsxcolor.cpp:136
Method
toHtml
! Converts to html string */
QXlsx/source/xlsxrichstring.cpp:140
Method
toString
! Convert the Reference to string notation, such as "A1" or "$A$1". If current object is invalid, an empty string will be returned. */
QXlsx/source/xlsxcellreference.cpp:120
Method
to_double_or_nan
FormulaDump/mini_formula_evaluator.cpp:70
Method
topBorderColor
! Returns the top border color. */
QXlsx/source/xlsxformat.cpp:813
Function
topLeft
QXlsx/header/xlsxcellrange.h:37
Function
topRight
QXlsx/header/xlsxcellrange.h:38
Method
trim_outer
FormulaDump/mini_formula_evaluator.cpp:45
Method
try_parse_cell_ref
FormulaDump/mini_formula_evaluator.cpp:264
Method
try_parse_sheet_cell_ref
FormulaDump/mini_formula_evaluator.cpp:287
Method
unmergeCells
! Unmerge the cells in the \a range. Returns true on success. */
QXlsx/source/xlsxworksheet.cpp:1252
Method
unmergeCells
! Unmerge the cells in the \a range. Returns true on success. */
QXlsx/source/xlsxdocument.cpp:818
Method
validationOperator
! Returns the validation operator. */
QXlsx/source/xlsxdatavalidation.cpp:165
Function
vector_clear
ShowConsole/fort.c:5695
Function
vector_erase
ShowConsole/fort.c:5680
← previous
next →
1,001–1,100 of 1,168, ranked by callers