Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 12,950 for

replacement

(1.53 sec)
  1. Buscar y reemplazar texto en Excel usando Java

    Siga este artículo para buscar y reemplazar texto en Excel usando Java. Incluye todos los detalles para configurar el IDE, una lista de pasos y un código de ejemplo para implementar la búsqueda y reemplazo de texto en Excel con Java....buscar el texto y el método replace() para cambiar el texto en...objetivo. Utilice el método replace() para cambiar el texto y repita...

    kb.aspose.com/es/cells/java/find-and-replace-te...
  2. How to convert excel to word using aspose.cells...

    I have a requirement to convert excel template to word. Then using Aspose.Word for JAVA I can merge all word templates (including the converted excel template) to PDF file....xlsx"); // Replace with your input file path //...Workbook("input.xlsx"); // Replace with your input file path //...

    forum.aspose.com/t/how-to-convert-excel-to-word...
  3. ConverterXls2Doc Sample - Free Support Forum - ...

    Where is ConverterXls2Doc sample? I can’t find it...xlsx"); // Replace with your input file path //...Workbook("input.xlsx"); // Replace with your input file path //...

    forum.aspose.com/t/converterxls2doc-sample/175725
  4. How to convert excel to word - Free Support For...

    I have a Excel sheet that has some text and tables. I need to bring it to word document. How can I do this? Please help....xlsx"); // Replace with your input file path //...Workbook("input.xlsx"); // Replace with your input file path //...

    forum.aspose.com/t/how-to-convert-excel-to-word...
  5. Online ODT Text Search Application or Develop O...

    Free online app to search in ODT files. Java code for any ODT file text search android application....replace function to find and replace text. Call the...

    products.aspose.com/total/android-java/search/odt/
  6. Ersetzen Sie Tags durch Text in einem Textfeld ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....can have tags that can be replaced with some text at run time...

    docs.aspose.com/cells/de/java/replace-tag-with-...
  7. Hello World in Jython|Aspose.Words for Java

    Create Hello World document using Jython....coding sites: GitHub Find And Replace in Jython Load And Save To...

    docs.aspose.com/words/java/hello-world-in-jython/
  8. XamlFlowSaveOptions.save_format property | Aspo...

    XamlFlowSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...replace_backslash_with_yen_sign property...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 아카이브

    아카이브...datetime, timedelta # 교체 사전 생성 replacements = { "[[CompanyName]]": "Research...Txt): for key, value in replacements.items(): if key in txt.text:...

    blog.aspose.com/ko/diagram/find-and-replace-in-...
  10. docx转化PDF后,标题换行了 - Free Support Forum - aspose.com

    docx转换PDF后,标题行换行了,但是在word中直接导出不会出现这个情况。 new.docx (11.1 KB)...replace("\r", "").replace("\n", " "); para.getRange()...getRange().replace(para.getText(), txt); } // 更新布局后保存 doc.updatePageLayout();...

    forum.aspose.com/t/docx-pdf/325351