-
-
Notifications
You must be signed in to change notification settings - Fork 0
Rodrigo Celso de Lima Porto edited this page Jan 13, 2026
·
5 revisions
| Function | Description | Documentation |
|---|---|---|
AreArraysEquals |
Checks if two arrays are equal | π |
AutoFillFormulas |
Automatically fills formulas across a range using a reference cell's formula | π |
CleanString |
Cleans a string by removing or replacing special and control characters with spaces | π |
DisableRefreshAll |
Disables the "Refresh All" option for all OLEDB connections in a workbook | π |
EnableRefreshAll |
Enables the "Refresh All" option for all OLEDB connections in a workbook | π |
FileExists |
Checks if a file exists at the specified file path. | π |
FileNameIsValid |
Checks if a given name can be used as a valid file name | π |
GetAllFileNames |
Retrieves an array of all file names from a folder and its subfolders | π |
GetLetters |
Extracts ASCII letters from a string, in lowercase/td> | π |
GetMonthNumberFromName |
Converts a month name to its corresponding numeric value | π |
GetStringBetween |
Extracts a string between two specified delimiters | π |
GetStringWithSubstringInArray |
Searches through an array of strings and returns the first string that contains a specified substring | π |
GetTableColumnNames |
Returns the column names of an Excel table | π |
IsAllTrue |
Checks if all elements in a boolean array are True
|
π |
IsInArray |
Checks whether a value exists in an array | π |
ListObjectExists |
Checks whether a ListObject (Excel table) exists in a workbook | π |
PreviousMonthNumber |
Returns the month's number that precedes the month of a given date | π |
RangeHasAnyFormula |
Checks if a range contains any cell with formulas | π |
RangeHasConstantValues |
Checks if a range contains any constant (non-formula) cell | π |
RangeIsHidden |
Checks if a range has no visible cell | π |
RangeToHtml |
Converts a range into an HTML string | π |
SendEmail |
Sends an HTML email using CDO with NTLM authentication | π |
SetQueryFormula |
Sets a Power Query formula for a query in the current workbook | π |
StringContains |
Checks if a string contains a substring | π |
StringEndsWith |
Checks if a string ends with a specified substring | π |
StringStartsWith |
Checks if a string starts with a specified substring | π |
SubstringIsInArray |
Searches a array for any string element that contains a specified substring and returns True on the first match |
π |
Summation |
Computes the numeric summation of a mathematical expression over an integer index range | π |
TableHasQuery |
Checks if a ListObject (Excel table) is associated to a query | π |
WorksheetHasListObject |
Checks if a worksheet contains a ListObject (Excel table) | π |
- Binary.Unzip πβοΈ
- DateTime.ToUnixTime πβοΈ
- Decision.EntropyWeights πβοΈ
- Decision.TOPSIS πβοΈ
- List.Correlation πβοΈ
- List.Intercept πβοΈ
- List.Outliers πβοΈ
- List.PopulationStdDev πβοΈ
- List.Primes πβοΈ
- List.Rank πβοΈ
- List.Slope πβοΈ
- List.Variance πβοΈ
- List.WeightedAverage πβοΈ
- Number.FromRoman πβοΈ
- Number.IsInteger πβοΈ
- Number.IsPrime πβοΈ
- Number.ToRoman πβοΈ
- Statistical.NormDist πβοΈ
- Statistical.NormInv πβοΈ
- Table.AddColumnFromList πβοΈ
- Table.CorrelationMatrix πβοΈ
- Table.NormalizeColumnNames πβοΈ
- Table.NormalizeTextColumns πβοΈ
- Table.RemoveBlankColumns πβοΈ
- Table.TransposeCorrectly πβοΈ
- Text.CountChar πβοΈ
- Text.ExtractNumbers πβοΈ
- Text.HtmlToPlainText πβοΈ
- Text.RegexExtract πβοΈ
- Text.RegexReplace πβοΈ
- Text.RegexSplit πβοΈ
- Text.RegexTest πβοΈ
- Text.RemoveAccents πβοΈ
- Text.RemoveDoubleSpaces πβοΈ
- Text.RemoveLetters πβοΈ
- Text.RemoveNumerals πβοΈ
- Text.RemovePunctuations πβοΈ
- Text.RemoveStopwords πβοΈ
- Text.RemoveWeirdChars πβοΈ
- AreArraysEquals πβοΈ
- AutoFillFormulas πβοΈ
- CleanString πβοΈ
- DisableRefreshAll πβοΈ
- EnableRefreshAll πβοΈ
- FileExists πβοΈ
- FileNameIsValid πβοΈ
- GetAllFileNames πβοΈ
- GetLetters πβοΈ
- GetMonthNumberFromName πβοΈ
- GetStringBetween πβοΈ
- GetStringWithSubstringInArray πβοΈ
- GetTableColumnNames πβοΈ
- IsAllTrue πβοΈ
- IsInArray πβοΈ
- ListObjectExists πβοΈ
- PreviousMonthNumber πβοΈ
- RangeHasAnyFormula πβοΈ
- RangeHasConstantValues πβοΈ
- RangeIsHidden πβοΈ
- RangeToHtml πβοΈ
- SendEmail πβοΈ
- SetQueryFormula πβοΈ
- StringContains πβοΈ
- StringEndsWith πβοΈ
- StringStartsWith πβοΈ
- SubstringIsInArray πβοΈ
- Summation πβοΈ
- TableHasQuery πβοΈ
- WorksheetHasListObject πβοΈ