Sort Score
Result 10 results
Languages All
Labels All
Results 9,021 - 9,030 of 149,114 for

2

(0.21 sec)
  1. 通过 Node.js 和 C++ 设置页眉和页脚|Documentation

    本文介绍了如何通过 Aspose.Cells for Node.js via C++ 编程方式在 Excel 工作表的页眉和页脚中插入图片。... setHeader ( 2 , "&\"Times New Roman,Bold\"&12&F"...footer pageSetup . setFooter ( 2 , "&N" ); // Save the Workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-hea...
  2. Fail to calculate CELL("filename") - Free Suppo...

    Upon calling calculateFormula on a workbook that has a cell with =CELL("filename", B2) formula fails to calculate the cell. Screenshot 2025-09-26 at 10.20.57 AM.jpg (146.0 KB) Excel file to repro: image.png (20.7 KB)...Family yoohee September 26, 2025, 2:22pm 1 Upon calling calculateFormula...Discourse September 26, 2025, 2:23pm 2 @yoohee The issue with the...

    forum.aspose.com/t/fail-to-calculate-cell-filen...
  3. Change in behavior of Cells#insertColumns start...

    Hi, Using Aspose Cells for Java, version 25.9. Sample code: Workbook workbook = new Workbook("input.xlsx"); Worksheet worksheet = workbook.getWorksheets().get("IT Projections"); Cells cells = worksheet.getCells(); cel…...insertColumns(3, 2); workbook.save("output.xlsx");...Discourse September 23, 2025, 12:06pm 2 @TarasTielkes It appears you are...

    forum.aspose.com/t/change-in-behavior-of-cells-...
  4. Extracting RAR Archives | Aspose.Zip Documentation

    Learn how to extract RAR archives in Java with detailed steps and solutions to common issues....rar" )) { 2 try (FileOutputStream destination...new File( "encrypted.rar" ); 2 try (RarArchive archive = new...

    docs.aspose.com/zip/java/extracting-rar-archives/
  5. Collect files to TAR and compress via C# | Aspo...

    Examples of using a C# library to compose TAR archive....Create)) 2 { 3 FileInfo fi1 = new FileInfo(...var archive = new TarArchive()) 2 { 3 archive.CreateEntry( "text...

    docs.aspose.com/zip/net/tar-archiving/
  6. ListFormat.removeNumbers method | Aspose.Words ...

    ListFormat.removeNumbers method. Removes numbers or bullets from the current paragraph and sets list level to zero....words allows:" ); // 2 - A numbered list: // Numbered...These items will have symbols of "2.", and "3." builder . writeln...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Fields::FieldAutoNum class | Asp...

    Aspose::Words::Fields::FieldAutoNum class. Implements the AUTONUM field. To learn more, visit the documentation article in C++....-> Writeln ( u " \t Paragraph 2." ); // The separator character...second AUTONUM field will display "2." in the document. ASSERT_TRUE...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. ListFormat.remove_numbers method | Aspose.Words...

    ListFormat.remove_numbers method. Removes numbers or bullets from the current paragraph and sets list level to zero....Words allows:' ) # 2 - A numbered list: # Numbered...These items will have symbols of "2.", and "3." builder . writeln...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Add Custom XML Parts and Select them by ID with...

    Learn how to add custom XML parts to Excel documents and select them by ID using Aspose.Cells for JavaScript via C++....1 , 2 , 3 ]); const btsSchema = new Uint8Array ([ 1 , 2 , 3 ]);...; wb . customXmlParts . get ( 2 ). id = "Sport" ; wb . customXmlParts...

    docs.aspose.com/cells/javascript-cpp/add-custom...
  10. PptxReadException Is Thrown While Reading a Pow...

    Hi, We are using aspose.slides for c++ 25.4 version. While reading the attached ppt, exception is thrown with error: System exception: Aspose::Slides::PptxReadException: Already registered: zipEntry Please find samp…...2 MB) andrey.potapov June 16, 2025, 11:44am 2 @pankajku...page. Ethan111 August 28, 2025, 2:01pm 4 andrey.potapov: 4036 Hello...

    forum.aspose.com/t/pptxreadexception-is-thrown-...