Sort Score
Result 10 results
Languages All
Labels All
Results 3,601 - 3,610 of 99,948 for

workbook

(0.07 sec)
  1. 在xlsx4j中的公式计算引擎|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....//Instantiating a Workbook object Workbook book = new Workbook (); //Obtaining...

    docs.aspose.com/cells/zh/java/formula-calculati...
  2. Create and manage tables of Microsoft Excel fil...

    Insert, resize, edit, delete, and format tables of Excel files using Aspose.Cells for Node.js via C++....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/create-and-for...
  3. How to Format Number as Currency with C++|Docum...

    This article will introduce how to format number to currency using Aspose.Cells for C++ API....(); // Create a new workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/format-number-to-curr...
  4. Create a Sunburst Chart in Excel using C#

    Follow this article to create a sunburst chart in Excel using C#. It has details to set the IDE, a list of steps, and a sample code to develop a sunburst chart generator....Sunburst chart Create a new Workbook and set the name of the first...the chart Save the resultant workbook on the local disk with sample...

    kb.aspose.com/cells/net/create-a-sunburst-chart...
  5. Apply Excel Theme with Node.js

    Follow this article to apply Excel theme with Node.js. It has the IDE settings, a list of steps, and a sample code to use Microsoft Excel themes with Node.js....create an Excel file using the Workbook class and get the style object...cell and save the resultant workbook These steps summarize the...

    kb.aspose.com/cells/nodejs/apply-excel-theme-wi...
  6. Using ActiveX Controls in Excel with Java

    This article guides for using ActiveX controls in Excel with Java. It has the IDE settings, steps, and a sample code to add combo box ActiveX control with Java....ActiveX controls Create a workbook and add a button to the shapes...of the target sheet in the workbook Add another ComboBox ActiveX...

    kb.aspose.com/cells/java/using-activex-controls...
  7. Generate Conditional Formatting DataBars Images...

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports the generation of conditionally formatted data bars and images, allowing users to customize the display of the spreadsheet based on the value of the cells. This article will introduce how to use the Aspose.Cells library to generate conditionally formatted data bars and images....02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "sampleGenerateDataba...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/generate-conditional-...
  8. How to Remove Pivot Table in Excel in C#

    This article explains how to remove pivot table in Excel in C#. It shares the details for the IDE, programming logic, and a runnable sample code to delete pivot table in C#....delete pivot tables Load the workbook Access the worksheet Access...Remove the pivot table Save the workbook The above steps have described...

    kb.aspose.com/cells/net/how-to-remove-pivot-tab...
  9. Converting Worksheet to Different Image Formats...

    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....export a worksheet from the workbook and convert it into different...Render active worksheet in a workbook A simple way to convert the...

    docs.aspose.com/cells/java/converting-worksheet...
  10. Word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? -...

    word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? 转pdf的部分代码: private byte[] convertToPdf(Document document) throws Exception { try (ByteArrayOutputStream bos = new ByteArrayOutputStream()) { PdfSaveOpti…...the objects that are Excel workbooks ( .xls / .xlsx ). Convert...Convert each Excel workbook to PDF with Aspose.Cells . (Optional) Render...

    forum.aspose.com/t/word-pdf-word-word-excel-pdf...