Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 102,517 for

workbook

(0.1 sec)
  1. Aspose.Cells 9.0.0 中的公共 API 更改|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....instance of Workbook Workbook book = new Workbook (); //Get the...default Worksheet from the Workbook Worksheet sheet = book . getWorksheets...

    docs.aspose.com/cells/zh/java/public-api-change...
  2. 在PHP中使用工作表索引删除工作表|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/removing-worksheet...
  3. Pdf 通过 Node.js 结合 C++ 实现|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 将 Excel 工作簿转换为 PDF。...只需使用 Workbook 类的 save(string, SaveFormat)...按以下步骤直接将Excel电子表格转换为PDF格式: 通过调用其空构造函数实例化 Workbook 类的对象。 您可以打开/加载现有模板文件,或者如果您是从头开始创建工作簿,则跳过此步骤。...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...
  4. Managing OLE Objects with JavaScript via C++|Do...

    Learn how to manage OLE objects in Aspose.Cells for JavaScript via C++. Add, extract, and manipulate OLE objects within worksheets...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiate a new Workbook. const workbook = new Workbook (); // Get...

    docs.aspose.com/cells/javascript-cpp/managing-o...
  5. How to Rotate Text of Cell|Documentation

    C# code to rotate text of Cell with Aspose.Cells for Python via .NET API...Excel Workbook First, you need to load the Excel workbook using...via .NET. You can use the Workbook class to open an existing...

    docs.aspose.com/cells/python-net/how-to-rotate-...
  6. Rotating Cell Text|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....following steps: Create a workbook and get a worksheet. Add sample...ApplicationClass (); //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/rotating-cell-text/
  7. 使用C++移除工作簿中的未使用样式|Documentation

    使用Aspose.Cells和C++在Excel工作簿中移除未使用的样式。...Cells提供了 Workbook.RemoveUnusedStyles() 以删除工作簿内所有未使用的样式。...以删除工作簿内所有未使用的样式。 以下代码说明了 Workbook.RemoveUnusedStyles() 的用法。该代码加载了...

    docs.aspose.com/cells/zh/cpp/remove-unused-styl...
  8. Setting Formula for Named Range with JavaScript...

    Learn how to set formulas for named ranges in spreadsheets using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...an instance of Workbook const book = new Workbook (); // Get the...

    docs.aspose.com/cells/javascript-cpp/setting-fo...
  9. 如何通过C++的JavaScript设置系列不可见|Documentation

    了解如何在Excel图表中使用Aspose.Cells for JavaScript通过C++设置系列不可见。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  10. Save Pivot Table in ODS File with C++|Documenta...

    Learn how to save pivot tables in ODS files using Aspose.Cells for C++.... you can either convert a workbook with an existing pivot table...); // Create a new workbook Workbook workbook ; // Get the first...

    docs.aspose.com/cells/cpp/save-pivot-table-in-o...