Sort Score
Result 10 results
Languages All
Labels All
Results 3,971 - 3,980 of 99,948 for

workbook

(0.45 sec)
  1. Assign and Validate Digital Signatures|Document...

    Excel file digital signature, verification. To protect the authenticity of a Workbook's content in an Excel file, you can add a digital signature using code 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...
  2. 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...
  3. Aspose Blog

    Aspose Blog - Aspose Blog | File Format Processing APIs for C# .NET Core, Java, C++, Python...a Funnel chart in an Excel workbook using C# and Aspose.Cells...appearance, and export the workbook. This article demonstrates...

    blog.aspose.com/aspose.blog/
  4. Change the format of a cell with Golang via C++...

    How to use Aspose.Cells library in C++ to change the formatting of cells, including font, color, border, etc. By adjusting these properties, you have more control over how cells look and appear....steps: Open Excel and open the workbook that contains the cell you...example, we create an Excel workbook, add some sample data, access...

    docs.aspose.com/cells/go-cpp/how-to-change-form...
  5. 使用Node.js在C++中使用ImageOrPrint选项将工作表转换为图片|Documen...

    学习如何使用Aspose.Cells for Node.js via C++将工作表转换为图片文件,并应用各种图像和打印选项。...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...first worksheet const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/converting-...
  6. Update XLSB File using Java | products.aspose.com

    Modify XLSB document in Java applications without using Microsoft Excel. Optimize code for fastest way to write and edit excel file in java....XLSB File in Java Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/java/update/xlsb/
  7. 用C++绘制时间线|Documentation

    在C++中使用Aspose.Cells管理Excel文件的时间线。... Workbook workbook ( u "input.xlsx" ); //...worksheet. Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/rendering-timeline/
  8. 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...
  9. 使用内置文档属性指定Excel文件的语言(Node.js via C++)|Documenta...

    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....Create workbook object. const wb = new AsposeCells . Workbook ();..."German, French" ); // Save the workbook in xlsx format. wb . save...

    docs.aspose.com/cells/zh/nodejs-cpp/specify-the...
  10. How to Convert Excel to SVG in Java

    This simple tutorial explains the details about how to convert Excel to SVG in Java. You can change Excel to SVG using Java with few lines of code in macOS, Linux, or Windows....Excel to SVG Instantiate a Workbook class instance to load input...of output SVG Convert Excel workbook to Vector Graphics file by...

    kb.aspose.com/cells/java/how-to-convert-excel-t...