Sort Score
Result 10 results
Languages All
Labels All
Results 3,451 - 3,460 of 104,117 for

workbook

(0.22 sec)
  1. 在Python中将Excel转换为PDF文件|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.... SaveFormat workbook = self . Workbook ( self . dataDir...the document in PDF format workbook . save ( self . dataDir +...

    docs.aspose.com/cells/zh/java/converting-excel-...
  2. 获取创建 Excel 文档的应用程序的版本号,使用 C++ 通过 JavaScript|Doc...

    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....for JavaScript 通过 C++ 提供了 Workbook.builtInDocumentPrope 属性来实现此目的。...属性来实现此目的。 以下示例代码演示了如何使用 Workbook.builtInDocumentPrope 属性。它加载由Microsoft...

    docs.aspose.com/cells/zh/javascript-cpp/get-the...
  3. 如何使用C++通过JavaScript创建动态滚动图表|Documentation

    了解如何使用Aspose.Cells for JavaScript通过C++创建动态滚动图表。我们的指南将演示如何在图表中实现平滑数据过渡和滚动平均,确保连续更新的显示效果。..."text/javascript" > const { Workbook , SaveFormat , ChartType ...async () => { // Create a new workbook and access the first worksheet...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  4. Insert or Delete Rows in an Excel Worksheet wit...

    This article provides the C++ code to insert and delete rows in an Excel worksheet....xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...the book Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/insert-or-delete-rows...
  5. Automating PowerPoint Generation in Java: Creat...

    Automate slide creation on cloud platforms with Aspose.Slides for Java—generate, edit, and convert PowerPoint and OpenDocument files fast and reliably....false ); IChartDataWorkbook workbook = chart . getChartData ()...(). getCategories (). add ( workbook . getCell ( worksheetIndex...

    docs.aspose.com/slides/java/automating-powerpoi...
  6. Populate a comment on a cell using smart marker...

    Is it possible to populate a comment on a worksheet using a smart marker?...template workbook Workbook workbook = new Workbook("Template..."); // Set the data source workbook.Worksheets[0].Cells.Impor...

    forum.aspose.com/t/populate-a-comment-on-a-cell...
  7. Z Axis with Node.js via C++|Documentation

    Learn how to work with the Z‑axis in Aspose.Cells for Node.js via C++. Our guide will help you understand how to configure and customize the Z‑axis, including its scale and labels, to enhance your charts....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/z-axis/
  8. 用 C++ 锁定文字艺术水印|Documentation

    学习如何用 Aspose.Cells for C++ 在 Excel 工作表中锁定文字艺术水印,防止编辑、移动和选择水印。...Instantiate a new Workbook Workbook workbook ; // Get the first...default sheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/locking-wordart-wa...
  9. Trust Permissions on Web Server|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....template file Workbook workbook = new Workbook ( MapPath ( "~"...Png ; // Save the PDF file workbook . Save ( MapPath ( "~" ) +...

    docs.aspose.com/cells/net/declaration/
  10. Node.js与C++中的表格和区域|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.... Workbook ( filePath ); // Convert the...in it const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/tables-and-...