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

workbook

(0.07 sec)
  1. Set the Values Format Code of Chart Series with...

    Learn how to set the values format code of chart series in Aspose.Cells for Node.js via C++. This guide will help you understand how to format your chart series data using the appropriate format code, allowing you to present your data accurately and professionally....file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/set-the-values...
  2. 如何用C++管理日期和时间|Documentation

    学习如何通过Aspose.Cells for C++ API管理日期和时间。...要在工作簿中使用此日期系统,请设置 Workbook::GetSettings()->SetDate1904(true)...Cells :: Startup (); Workbook workbook ; workbook . GetSettings ()...

    docs.aspose.com/cells/zh/cpp/how-to-manage-date...
  3. Add WordArt Watermark to Chart with C++|Documen...

    Learn how to use Aspose.Cells for C++ to add a WordArt watermark to a chart in Microsoft Excel. Our guide will demonstrate how to create and position a WordArt watermark to enhance the visual appeal and uniqueness of your chart.... Workbook workbook ( srcDir + u "sample.xlsx"...first worksheet. Chart chart = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/add-wordart-watermark...
  4. 通过 C++ 管理Node.js中的OLE对象|Documentation

    学习如何在Aspose.Cells for Node.js via C++中管理OLE对象。添加、提取和操作工作表中的OLE对象。...new Workbook. const workbook = new AsposeCells . Workbook ();...first worksheet. const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/managing-ol...
  5. 透视筛选器(C++)|Documentation

    学习如何使用 C++ 和 Aspose.Cells 在透视表中添加筛选器。...(); // Create a new workbook Workbook workbook ; // Get the first...first worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/add-or-clear-pivot...
  6. 使用 C++ 自动调整合并单元格的行高|Documentation

    了解如何使用 Aspose.Cells for C++ 自动调整 Excel 中合并单元格的行高。...(); // Create a new workbook Workbook workbook ; // Get the first...worksheet Worksheet sheet1 = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/autofit-rows-for-m...
  7. How to Prevent Users from Printing Excel File|D...

    Learn how to How to prevent users from printing excel through the Aspose.Cells for .NET API.... Open your workbook which you don’t allow others...this code, and go to back the workbook, and now when you print the...

    docs.aspose.com/cells/net/how-to-prevent-printi...
  8. 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...
  9. Export EXCEL to POWERPOINT in Android | product...

    Android API to Convert EXCEL to POWERPOINT without using Microsoft Word...POWERPOINT Open EXCEL file using Workbook class Convert EXCEL to PDF...file using Workbook class Workbook book = new Workbook ( "input...

    products.aspose.com/total/android-java/conversi...
  10. 使用Node.js via C++剪切和粘贴范围|Documentation

    学习如何在Aspose.Cells for Node.js via C++中剪切和粘贴工作表中的单元格。..."output" ); const workbook = new AsposeCells . Workbook (); const worksheet...worksheet = workbook . getWorksheets (). get ( 0 ); worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/cut-and-pas...