Sort Score
Result 10 results
Languages All
Labels All
Results 4,061 - 4,070 of 246,939 for

aspose cells

(1.44 sec)
  1. How to Add Header and Footer in Word Document u...

    This short tutorial guides on how to add header and footer in Word Document using Java. These steps to add header and footer in Word using Java are valid for all the common operating systems like Windows, macOS and Ubuntu....Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/words/java/how-to-add-header-and-...
  2. Advanced Features|Aspose.PDF for .NET

    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....com/aspose-pdf/Aspose.PDF-for-.NET private void...using ( var document = new Aspose . Pdf . Document ()) { // Add...

    docs.aspose.com/pdf/net/advanced-features/
  3. Nullpointer when opening password protected Ope...

    Hi, I’m using Aspose Cells for Java for removing passwords from ods files. I’m currently updating from Aspose Cells 23.3 to 26.2. The example ods file has been created with Open Office. Password removal with 23.3 was suc…...Office ods file Aspose.Cells Product Family cells-java spfaff March... 1:22pm 1 Hi, I’m using Aspose Cells for Java for removing passwords...

    forum.aspose.com/t/nullpointer-when-opening-pas...
  4. 23.4 vs 26.2 : Exception type changed if using ...

    I’m using Aspose Cells for Java for removing passwords from OpenOffice and LibreOffice Calc files. I have to try multiple password candidates. I’m currently upgrading from Aspose Cells 23.4 to 26.2. For MS Excel files, …...LibreOffice Calc files Aspose.Cells Product Family cells-java spfaff March...2026, 1:48pm 1 I’m using Aspose Cells for Java for removing passwords...

    forum.aspose.com/t/23-4-vs-26-2-exception-type-...
  5. Custom sorting in Pivot Table with C++|Document...

    Learn how to sort Pivot Tables on field values using Aspose.Cells with C++....Pivot Table By using the Aspose.Cells API, you can sort Pivot...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/custom-sorting-in-piv...
  6. Undo/Redo Support in Aspose.Cells.GridJs 24.2.0...

    Hello Aspose Support Team, I have one additional question regarding Undo/Redo functionality in Aspose.Cells.GridJs 24.2.0. Could you please clarify: Is Undo/Redo fully supported in GridJs 24.2.0? Are there any config…...Support in Aspose.Cells.GridJs 24.2.0 Aspose.Cells Product Family...Family cells-net kanors February 6, 2026, 11:11am 1 Hello Aspose...

    forum.aspose.com/t/undo-redo-support-in-aspose-...
  7. BorderCollection.horizontal property | Aspose.W...

    BorderCollection.horizontal property. Gets the horizontal border that is used between Cells or conforming paragraphs....border that is used between cells or conforming paragraphs. @property...def horizontal ( self ) -> aspose . words . Border : ... Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Create Pivot Tables and Pivot Charts|Documentation

    Create Pivot Tables and Pivot Charts with Aspose.Cells for Java API.... Aspose.Cells supports pivot tables and...Pivot Tables and Charts Aspose.Cells provides a special set of...

    docs.aspose.com/cells/java/create-pivot-tables-...
  9. Data validation example fails - Free Support Fo...

    The data validation example at Data Validation|Documentation has the following line: Validation validation = validations[validations.Add(ca)]; However, this doesn’t compile, as there is no ValidationCollection.Add that…...validation example fails Aspose.Cells Product Family khs April...using a pretty old version of Aspose, perhaps that’s the problem...

    forum.aspose.com/t/data-validation-example-fail...
  10. example.py

    import os from jpype import * __Cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__Cells_jar_dir__, "Aspose-Cells-23.1.jar")) addClassPath(os.path.join(__Cells_jar_dir__, "bcpr......import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__)...addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os...

    docs.aspose.com/cells/ja/python-java/pyinstalle...