Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 82,029 for

workbook

(0.04 sec)
  1. Using ICustomFunction Feature|Documentation

    This article describes how to create a custom function in Microsoft Excel using the ICustomFunction feature in the Aspose.Cells library. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to define and register custom functions and get the results. Finally, we save the modified Excel file to disk....//Open the workbook Workbook workbook = new Workbook (); //Obtaining...worksheet Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/how-to-calculate-cus...
  2. 使用GlobalizationSettings类为饼图的自定义小计标签和其他标签设置Node....

    学习如何使用Aspose.Cells for Node.js via C++中的GlobalizationSettings类自定义饼图的小计标签和其他标签。...data const workbook = new AsposeCells . Workbook ( path . join...to a custom class created workbook . getSettings (). setGlobalizationSett...

    docs.aspose.com/cells/zh/nodejs-cpp/using-globa...
  3. Aspose Cells将带有插入文本的excel导出到html时, 有异常的空白 - Fre...

    使用aspose-cells-23.3 ,如下调用 Workbook Workbook = new Workbook(new FileInputStream(new File(“test.xlsx”))); Workbook.save(“text.html”, new HtmlSaveOptions()); excel如下 test.zip (7.6 KB) 导出效果如下 test.png (1.8 KB) A1 B1单元…...3 ,如下调用 Workbook workbook = new Workbook(new FileInputStream(new...FileInputStream(new File(“test.xlsx”))); workbook.save(“text.html”, new HtmlSaveOptions());...

    forum.aspose.com/t/aspose-cells-excel-html/262260
  4. Can aspose convert mht to excel including formu...

    can aspose convert mht to excel including formula? In a cell, we want to do some simple forumla like: =IF(1.1=0,“zero”,“non-zero”)...EXCEL_97_TO_2003; Workbook workbook = new Workbook(srcFile, loadOptions);...loadOptions); workbook.save(dstFile, saveFormat);...

    forum.aspose.com/t/can-aspose-convert-mht-to-ex...
  5. Border Settings with C++|Documentation

    How to use the Aspose.Cells library in C++ to set the border style and color of cells. By adjusting the width, style, and color of the border, you have more control over how cells look and appear....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/cells-border-settings/
  6. 在PHP中向现有Excel文件添加工作表|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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/zh/net/add-worksheets-to-...
  7. Hiding Overlaid Content with CrossHideRight whi...

    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....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...HTML with HtmlSaveOptions workbook . save ( path . join ( dataDir...

    docs.aspose.com/cells/nodejs-cpp/hiding-overlai...
  8. Display or Hide Gridlines in Python|Documentation

    Learn how to Display or Hide Gridlines through the Aspose.Cells for Python Via Java API.... Python Code workbook = self . Workbook ( self . dataDir...the Excel file worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/java/display-or-hide-grid...
  9. Worksheet to Image - Set Pixel Format for the R...

    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....file const workbook = new AsposeCells . Workbook ( path . join...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/worksheet-to-i...
  10. Assign Macro to Form Control|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....a Form Control inside the workbook. The following sample code...code creates a new workbook, assign a Macro Code to a Form Button...

    docs.aspose.com/cells/python-net/assign-macro-t...