We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65155c8 commit 0703729Copy full SHA for 0703729
examples/Example_TextProcessing_40.py
@@ -26,7 +26,7 @@
26
# Prefix every string in the selected range with "Aspose.Cells".
27
instance.add_text( AddTextRequest("BookText.xlsx", "Aspose.Cells", "AtTheBeginning", "") , local_outpath = "out8.xlsx" )
28
# Insert an exclamation mark immediately after the specified substring within every string in the selected range.
29
-instance.add_text( AddTextRequest("BookText.xlsx", "!", "AfterText", "hellow word") , local_outpath = "out9.xlsx" )
+instance.add_text( AddTextRequest("BookText.xlsx", "!", "AfterText", "hello world") , local_outpath = "out9.xlsx" )
30
# Append an exclamation mark to every string in the selected range.
31
instance.add_text( AddTextRequest("BookText.xlsx", "!", "AtTheEnd", "", worksheet = "Text", range ="A1:J7" ,skip_empty_cells=False ) , local_outpath = "out10.xlsx" )
32
0 commit comments