Sort Score
Result 10 results
Languages All
Labels All
Results 3,841 - 3,850 of 102,528 for

workbook

(0.09 sec)
  1. Generate Chart by Processing Smart Markers|Docu...

    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....instance of Workbook Workbook book = new Workbook (); //Access...WorkbookDesigner (); //Set the Workbook property for the instance...

    docs.aspose.com/cells/java/generate-chart-by-pr...
  2. 给模板文件中的数据透视表pivot加筛选器fitler出现问题 - Free Support ...

    SyntaxEditor Code Snippet var wb=new Workbook(@“F:\mao\2items\7.1\05报表模块\warehouse\alarm_3.xlsx”); var pivot=wb.Worksheets[0].PivotTables[0]; var rowField=pivot.RowFields[“device_name”]; rowField.GetFilters().Count()…...SyntaxEditor Code Snippet var wb=new Workbook(@“F:\mao\2items\7.1\05报表模块\warehouse\alarm_3...以下是一个可能的解决方案示例: var wb = new Workbook(@"F:\mao\2items\7.1\05报表模块\warehouse\alarm_3...

    forum.aspose.com/t/pivot-fitler/319909
  3. Add Borders to Cells in a Worksheet|Documentation

    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....) Add a Workbook. Get the first sheet. Add...ApplicationClass (); //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/add-borders-to-cells-...
  4. Need guidance on how to achieve merged cells wi...

    Hi, we want to achieve the following layout with merged cells using smart markers only. I have attached data, template, output, and expected output in the attachment. Could you please guide us on how this can be achieved…...template file Workbook workbook = new Workbook("template.xlsx");...worksheet Worksheet worksheet = workbook.getWorksheets().get(0); //...

    forum.aspose.com/t/need-guidance-on-how-to-achi...
  5. Assign Macro to Form Control with Golang via C+...

    Learn how to assign a Macro Code to a Form Control like a Button using Aspose.Cells for C++....a Form Control inside the workbook. The following sample code...code creates a new workbook, assigns a Macro Code to a Form Button...

    docs.aspose.com/cells/go-cpp/assign-macro-to-fo...
  6. Find the Root Element Name of XML Map|Documenta...

    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....Inside the Workbook Import XML Map inside a Workbook using Aspose...

    docs.aspose.com/cells/java/find-the-root-elemen...
  7. Manage Worksheets of Microsoft Excel files.|Doc...

    Add worksheet, remove worksheet and active Sheet using Aspose.Cells....class, Workbook that represents an Excel file. The Workbook class...programmatically: Create an object of the Workbook class. Call the Add method...

    docs.aspose.com/cells/net/manage-worksheets/
  8. Opening Files with Different Formats|Documentation

    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....creating the instance of the Workbook class. The following sample...parameter while instantiating the Workbook class. The following sample...

    docs.aspose.com/cells/java/opening-files-with-d...
  9. java.lang.OutOfMemoryError: Java heap space whe...

    Environment Details: Aspose.Cells Version: 25.2 to 25.6 Jenkins OS: Linux Java Version: OpenJDK 17 Problem Description: I am using Aspose.CELLS to convert cells to HTML and getting OutOfMemory error. Here is the er…...MEMORY_PREFERENCE); Workbook workbook = new Workbook("yourfile.xlsx"...MEMORY_PREFERENCE); Workbook workbook = new Workbook("yourfile.xlsx"...

    forum.aspose.com/t/java-lang-outofmemoryerror-j...
  10. Protecting Worksheets with Node.js via C++|Docu...

    Learn how to protect worksheets in Excel using Aspose.Cells for Node.js via C++, including protecting rows, columns, and specific cells....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/protecting-wor...