Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 102,519 for

workbook

(0.09 sec)
  1. Cut and Paste Range with JavaScript via C++|Doc...

    Learn how to cut and paste cells within a worksheet using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , ShiftType }...Create a new workbook const workbook = new Workbook (); const worksheet...

    docs.aspose.com/cells/javascript-cpp/cut-and-pa...
  2. 使用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...
  3. 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...
  4. Web Extensions - Office Add-ins with C++|Docume...

    Learn how to add and access Web Extensions (Office Add-ins) in Excel files using Aspose.Cells with C++....); // Create a new workbook Workbook workbook ; // Get the WebExtension...WebExtension collection from the workbook's worksheets WebExtensionCollecti...

    docs.aspose.com/cells/cpp/web-extensions-office...
  5. 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...
  6. 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...
  7. 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
  8. 根据单元格引用插入图片(C++)|Documentation

    学习如何使用Aspose.Cells for C++根据单元格引用插入图片。...02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets...TrafficLights31 , 0 ); Picture pic = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/insert-a-picture-b...
  9. Tile Picture as a Texture inside the Shape with...

    Learn how to tile a small picture as a texture inside a shape using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/tile-pictu...
  10. Prevent Exporting Hidden Worksheet Contents on ...

    Learn how to prevent exporting hidden worksheet contents when saving Excel Workbooks to HTML using Aspose.Cells for C++....save Excel workbooks to HTML. However, if the workbook contains...html" ; // Create workbook object Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/cpp/prevent-exporting-hid...