TOP
Change History for the "YLC Utilities" Extension
7) Version 25.5 (May 2025)
Utilities:
- Added new utilities to the "Text" menu:
- Remove other characters:
- Remove all except letters (a-z).
- Remove all except digits (0-9).
- Remove all except word chars (abc123_).
- Remove all except sentence chars (abc 123_.,!?).
- Added a new utility to the "Date" menu:
- Added new utilities to the "Range" menu:
- Added new utilities to the "Comment" menu:
- Added new utilities to the "Sheet" menu:
- Added new utilities to the "Table Style" menu:
- Excel - added 60 new styles, same as in MS Excel:
- Light - 21 light styles;
- Medium - 28 medium styles;
- Dark - 11 dark styles.
- YLC - added 3 new styles:
- Consolas;
- Dotted Blue;
- Ocean White.
- Added a new utility to the "External Data" menu:
- Added a new utility to the "Interface" menu:
- Added a new "File" menu for working with files and folders:
- Open current file folder.
- Open python scripts folder.
- Create new folders from selection....
- Insert a list of existing files....
6) Version 25.1 (January 2025)
Programs:
- "YLC Utilities" adapted for use in the Linux version of LibreOffice Calc.
Utilities:
5) Version 24.11 (November 2024)
Programs:
- Version created for Microsoft Excel.
Utilities:
4) Version 24.8 (August 2024)
Utilities:
Functions:
Added new functions that perform the following:
- Transliterates text from Russian into Latin: TRANSLITRU.
- Returns sex value (male/female): GETSEX.
- Returns any word in the text by a given set of delimiters: GETWORD.
- Gets the name of the current workbook: WORKBOOK.
- Gets the name of the current worksheet: SHEETNAME.
- Converts a table into an array of values (one-dimensional or two-dimensional): TABLETOARRAY.
- Converts a table into a dictionary (Python or PHP): TABLETODICT.
- Converts a table into an array of values in CSV format: TABLETOCSV.
- Converts a table with values into an SQL command INSERT INTO: TABLETOSQL.
- Converts a table into HTML format: TABLETOHTML.
- Converts a table into JSON format: TABLETOJSON.
- Converts a table into XML format: TABLETOXML.
- Calculates the number of working hours within a given date range, taking into account weekends and holidays: WORKHOURS.
- Returns the country code in the selected format: ISOCOUNTRY.
3) Version 24.7 (July 2024)
Utilities:
Functions:
- Added new functions to get currency exchange rates from the official websites of the national banks of the following countries:
- Central Bank of Russia (cbr.ru): NBRU.
- National Bank of Kazakhstan (nationalbank.kz): NBKZ.
- Central Bank of Uzbekistan (cbu.uz): NBUZ.
- Central Bank of Azerbaijan (cbar.az): NBAZ.
- National Bank of Moldova (bnm.md): NBMD.
- National Bank of Georgia (nbg.gov.ge): NBGE.
- Central Bank of Turkmenistan (cbt.tm): NBTM.
- National Bank of Kyrgyzstan (nbkr.kg): NBKG.
- National Bank of Tajikistan (nbt.tj): NBTJ.
- Central Bank of Armenia (cba.am): NBAM.
- Bank of Lithuania (lb.lt): NBLT.
- Central Bank of the European Union (ecb.eu): NBEU.
- National Bank of Romania (bnro.ro): NBRO.
- Central Bank of Brazil (bcb.gov.br): NBBR.
- Improved function COUNTBYCELLCOLOR, which can now count empty colored cells.
2) Version 24.6 (June 2024)
Utilities:
Functions:
- Added summation of values by cell color: SUMBYCELLCOLOR.
- Added counting the number of values by cell color: COUNTBYCELLCOLOR.
- Added summation of values by font color in the cell: SUMBYFONTCOLOR.
- Added counting the number of values by font color in the cell: COUNTBYFONTCOLOR.
- Added a function that gets the comment text from the specified cell: GETCOMMENT.
General changes:
- Added undo last action for utilities ("Undo").
1) Version 24.5 (May 2024)
Programs:
- Extension created for LibreOffice Calc.
Utilities:
- Added 35 utilities for working with text, cell range, sheets, comments, and formulas.
Functions: