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

workbook

(0.08 sec)
  1. Aspose.Cells 8.7.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....此外,新API允许从Workbook中的数字签名VBA项目中提取证书作为原始数据。 数字签名...0已公开了VbaProject.Sign方法,该方法可用于 数字签名Workbook中的VBA项目 。该方法接受在Aspose.Cells...

    docs.aspose.com/cells/zh/net/public-api-changes...
  2. Convert JSON to Excel with JavaScript via C++|D...

    Learn how to convert a JSON file to an Excel Workbook with Aspose.Cells for JavaScript via C++....to an Excel workbook. Convert JSON to Excel Workbook No need to...convert a JSON file to an Excel workbook, because Aspose.Cells for...

    docs.aspose.com/cells/javascript-cpp/convert-js...
  3. Support for XAdES Signature with Node.js via C+...

    This article describes support for XAdES Signature using Node.js via C++ with Aspose.Cells....provides support for signing workbooks with an XAdES signature. To...DigitalSignature class to sign the source workbook. const path = require ( "path"...

    docs.aspose.com/cells/nodejs-cpp/support-for-xa...
  4. Worksheet Views with JavaScript via C++|Documen...

    This article describes how to use JavaScript and the JavaScript API to interact with the page‑break preview of an Excel Workbook and its worksheets. Work with split panes, frozen panes, and zoom factor as well....Cells provides a Workbook class that represents a Microsoft...Excel file. The Workbook class contains a workbook.worksheets collection...

    docs.aspose.com/cells/javascript-cpp/worksheet-...
  5. Change HyperlinkBase - Free Support Forum - asp...

    Hello, I need a function to change the HyperlinkBase like this: Workbook.Settings.HyperlinkBase = “.”; Instead of changing it manuylly: Open the Excel document for which you want to set a hyperlink base. On the File…...the HyperlinkBase like this: workbook.Settings.HyperlinkBase = “...HyperlinkBase in an Excel workbook programmatically, you can...

    forum.aspose.com/t/change-hyperlinkbase/314798
  6. Setting Chart Appearance with Node.js via C++|D...

    Learn how to configure the appearance of charts in Aspose.Cells for Node.js via C++. Our guide will show you how to modify chart layouts, colors, fonts, and effects to achieve the desired visual style and enhance your worksheets....Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook object...

    docs.aspose.com/cells/nodejs-cpp/setting-chart-...
  7. Set External Links in Formulas with Node.js via...

    Learn how to set external links in formulas using Aspose.Cells for Node.js via C++....new Workbook. const workbook = new AsposeCells . Workbook ();...first worksheet. const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/set-external-l...
  8. 使用Node.js通过C++刷新关联形状的数值|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Excel中刷新关联形状的数值。...// Create workbook from source file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( sourceDir , "sampleRefreshValueOf...

    docs.aspose.com/cells/zh/nodejs-cpp/refresh-val...
  9. Convert XLS File with Images or Charts to PDF w...

    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...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object by opening the Excel...

    docs.aspose.com/cells/javascript-cpp/convert-xl...
  10. Apply Advanced Filter of Microsoft Excel to Dis...

    Learn how to apply the advanced filter of Microsoft Excel to display records meeting complex criteria by using the Aspose.Cells for C++ API....Load your source workbook Workbook workbook ( sourceDir + u ...first worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/apply-advanced-filter...