Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 102,518 for

workbook

(0.12 sec)
  1. 用 JavaScript 通过 C++ 处理线程化评论|Documentation

    使用 C++ 脚本管理 Excel 文件中的线程化评论。学习添加、读取、编辑和删除线程化评论。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Create a new workbook const workbook = new Workbook (); // Add...

    docs.aspose.com/cells/zh/javascript-cpp/threade...
  2. Chart to Image with JavaScript via C++|Document...

    Learn how to use Aspose.Cells for JavaScript via C++ to convert a chart to an image format, such as JPEG or PNG. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a standalone image for further use and manipulation...."text/javascript" > const { Workbook , SaveFormat , ChartType ...require an input file; an empty workbook is created as in the original...

    docs.aspose.com/cells/javascript-cpp/chart-to-i...
  3. Freeze Panes in Python|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.... Python Code workbook = self . Workbook ( self . dataDir...the Excel file worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/java/freeze-panes-in-python/
  4. Move Range of Cells in a Worksheet with Node.js...

    Learn how to move a range of cells in a worksheet using Aspose.Cells for Node.js via C++....the workbook object. Open the Excel file const workbook = new...AsposeCells . Workbook ( filePath ); const cells = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/move-range-of-...
  5. 下载并配置Aspose.Cells在Jython中|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....quickstart / ' workbook = Workbook () sheet = workbook . getWorksheets...file_format_type = FileFormatType workbook . save ( dataDir + "HelloWorld...

    docs.aspose.com/cells/zh/java/download-and-conf...
  6. Add Digital Signature to an already signed Exce...

    This article describes how to add a digital signature to an already signed Excel file using Node.js with Aspose.Cells for Node.js via C++....js via C++ provides the Workbook.addDigitalSignature(digitalSignatureColl)...demonstrates how to make use of the Workbook.addDigitalSignature(digitalSignatureColl)...

    docs.aspose.com/cells/nodejs-cpp/add-digital-si...
  7. Different Ways to Save Files|Documentation

    Aspose.Cells for .NET can save files to different formats. Save Files to PDF. Save Files to HTML. Save Files to DOCX. Save Files to PPTX. Save Files to JSON. Save Files to MHTML....Cells provides the Workbook which represents a Microsoft...work with Excel files. The Workbook class provides the Save method...

    docs.aspose.com/cells/net/different-ways-to-sav...
  8. 用C++计算Excel 2016的MINIFS和MAXIFS函数|Documentation

    本文介绍如何使用Aspose.Cells库在C++中计算Microsoft Excel 2016的MINIFS和MAXIFS函数。...2016的MINIFS和MAXIFS函数 下面的示例代码加载 示例Excel文件 ,调用 Workbook.CalculateFormula() 方法通过Aspose...\\ " ); // Load your source workbook containing MINIFS and MAXIFS...

    docs.aspose.com/cells/zh/cpp/calculation-of-exc...
  9. Add Watermark To PDF with JavaScript via C++|Do...

    Learn how to add text and image watermark to PDF while converting Excel to PDF using Aspose.Cells for JavaScript via C++....Example </ h1 > < p > Select a workbook file (optional). The example...example will also create a new workbook with 3 pages and apply a text...

    docs.aspose.com/cells/javascript-cpp/add-waterm...
  10. Aspose - External URL - Free Support Forum - as...

    I’m using the latest Aspose NuGet package to read external links in excel Workbook. While most URLs are extracted correctly, I noticed that for a few external URLs, the output shows a shortened version (like a display na…...read external links in excel workbook. While most URLs are extracted...Aspose.Cells; var workbook = new Workbook(“yourWorkbook.xlsx”);...

    forum.aspose.com/t/aspose-external-url/321137