Sort Score
Result 10 results
Languages All
Labels All
Results 2,801 - 2,810 of 82,064 for

workbook

(0.06 sec)
  1. 旋转单元格文本|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....ApplicationClass (); //Add a Workbook. Excel . Workbook objBook = ExcelApp...ExcelApp . Workbooks . Add ( System . Reflection . Missing . Value...

    docs.aspose.com/cells/zh/net/rotating-cell-text/
  2. Assign and Validate Digital Signatures|Document...

    Excel file digital signature, verification. To protect the authenticity of a Workbook's content of Excel file, you can add a digital signature using C# codes with Aspose.Cells for Python via .NET....provides assurance that a workbook file is valid and no one has...you must attach it to your workbook. Attaching a digital signature...

    docs.aspose.com/cells/python-net/assign-and-val...
  3. Creating Subtotals|Documentation

    Learn how to create subtotals for any repeating values in a spreadsheet by using the Aspose.Cells for Node.js via C++ API....the first worksheet of the workbook (as shown in the figure below)...via C++ provides a class, Workbook , that represents a Microsoft...

    docs.aspose.com/cells/nodejs-cpp/creating-subto...
  4. 在通过 C++ 将 Excel 渲染为 PDF 时绘制时间线|Documentation

    使用Aspose.Cells for Node.js via C++管理Excel文件的时间线。...file const workbook = new AsposeCells . Workbook ( filePath );...); // Save file to pdf workbook . save ( "out.pdf" , AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/draw-timeli...
  5. 使用Node.js通过C++将Excel转换为带有工具提示的HTML|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将Excel文件转换为HTML格式,并带有工具提示以完整显示文本。...file const workbook = new AsposeCells . Workbook ( path . join...true ); // Save as Markdown workbook . save ( path . join ( outputDir...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...
  6. Read Axis Labels after Calculating the Chart wi...

    Learn how to read axis labels in Aspose.Cells for Node.js via C++ after calculating the chart. Our guide will show you how to access and retrieve axis labels, including their formatting and positioning....chart const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/read-axis-labe...
  7. 用数字证书为VBA代码项目数字签名(C++)|Documentation

    了解如何使用证书和Aspose.Cells for C++数字签名您的VBA代码项目。...Cells及其 Workbook.VbaProject.Sign() 方法对VBA代...用C++为VBA代码项目进行数字签名并使用证书 以下示例代码演示如何使用 Workbook.VbaProject.Sign() 方法。此示例代...

    docs.aspose.com/cells/zh/cpp/digitally-sign-a-v...
  8. 用C++将所有工作表列适应到单页PDF中|Documentation

    使用Aspose.Cells结合C++生成适合所有工作表列在单页的PDF。...initialize an instance of Workbook U16String inputFilePath =...srcDir + u "TestBook.xlsx" ; Workbook book ( inputFilePath ); //...

    docs.aspose.com/cells/zh/cpp/fit-all-worksheet-...
  9. How to Insert a Slicer in Excel using Python

    This quick article guides on how to insert a slicer in Excel using Python. It provides configuration details, a step-by-step process and a runnable sample code to add a slicer in Excel using Python....the source Excel file in the Workbook object having a table in it...destination cell Save the resultant workbook after adding the slicer These...

    kb.aspose.com/cells/python/how-to-insert-a-slic...
  10. How to Delete Pivot Table in Excel using Python

    This article guides on how to delete pivot table in Excel using Python. It has all the details to set the environment along with a list of steps and a runnable sample code to remove pivot table using Python....delete pivot table Load the workbook having a few pivot tables...collection Save the resultant workbook after deleting the pivot table...

    kb.aspose.com/cells/python/how-to-delete-pivot-...