Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 87,253 for

workbook

(0.1 sec)
  1. 使用C++渲染自定义日期格式g和ge mm dd|Documentation

    Aspose.Cells是一个支持使用自定义日期格式 g 和 ge 渲染日期的C++库。本文将描述如何使用Aspose.Cells库渲染自定义日期格式,以便用户可以控制日期的显示方式。...02_OutputDirectory \\ " ); // Create workbook from an existing Excel file...u "SourceFile.xlsx" ; Workbook workbook ( inputFilePath ); //...

    docs.aspose.com/cells/zh/cpp/render-custom-date...
  2. Getting Cell Contents|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.... C# Workbook workbook = new Workbook ( "../../data/test...xlsx" ); Worksheet sheet1 = workbook . Worksheets [ 0 ]; Cells...

    docs.aspose.com/cells/net/getting-cell-contents/
  3. Assign and Validate Digital Signatures with Nod...

    Excel file digital signature and verification using Aspose.Cells for Node.js via C++. Protect the authenticity of Workbook content with digital signatures....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/nodejs-cpp/assign-and-val...
  4. 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...
  5. Remove ActiveX Control with C++|Documentation

    Learn how to remove ActiveX Control from Workbooks using Aspose.Cells for C++....remove ActiveX Control from workbooks. For this, the API provides...02_OutputDirectory \\ " ); // Create a workbook Workbook wb ( srcDir + u "sampleUpdateActiveXC...

    docs.aspose.com/cells/cpp/remove-activex-control/
  6. 在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-...
  7. Count number of cells in the Worksheet with Nod...

    Learn how to programmatically count the number of cells in an Excel worksheet using Aspose.Cells for Node.js via C++....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/count-number-o...
  8. Implement Custom Paper Size of Worksheet for Re...

    This article explains how to use the Node.js API via C++ to set a custom paper size for your desired worksheets when rendering an Excel file to PDF format programmatically....the first worksheet in the workbook. Please also see the output...Create workbook object const wb = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/implement-cust...
  9. 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...
  10. 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...