I have created a macro with the help of Ask Libreoffice that is useful to convert text written in Kruti Dev Font to Unicode and vice versa. The limitation with the macro is it works only with selected text, it do not work with selected cells in table or it do not work in calc spreadsheet. I wish the macro should run with selected cells in libreoffice writer table and selected cells in calc spreadsheet.
Kruti Dev to Unicode Macro Code.odt (60.8 KB)
Uploading: Unicode to Kruti Dev Macro Code.odt…
In spreadsheets you can select any SheetCellRanges (plural!) which includes the case of many single cells. You then can apply a converting macro to the string of every selected cell, and you can preselect cells by assigning a specific cell style.
TextTables don’t allow the selection of non-contiguous ranges, and there are no cell styles. How to preselect cells needing to get processed: Study the attached example.
(This is independent of whatever macro you want to apply to the mentioned cells.)
disask_127582_PreselectTTcells.odt (19.2 KB)