Search results 209
Sorted from new to old.

IsValidUTF8 + DecodeUTF8 + EncodeUTF8
Checks UTF8, or convert to/from UTF8. Simple functions to convert the first 256 ...

ChartMaxY + ChartMinY
Calculates the maximum of the chart Y Axis to draw, the shifted one, not exact ...

ApplyValidation_DropDown
Adds Validation drop-down to a cell (Data --> Validation --> List), or to a ...

CutString_Words_Left + CutString_Words_Mid
Cuts the left or Middle part of string without breaking words Can specify ...

Base64encode + Base64decode
Encodes and decodes a string, Base64 is used to convert binary data (like ...

RGB2HTML + HTML2RGB
Converts RGB color to / from HTML format As bonus, functions RGB_ExtractColor ...