Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 102,538 for

workbook

(0.16 sec)
  1. 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...
  2. 根据单元格引用插入图片(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...
  3. 测量单元格值的宽度和高度,单位为像素。|Documentation

    学习如何通过C++中的Aspose.Cells for JavaScript以单位像素测量单元格值的宽度和高度。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...); // Create or load workbook let workbook ; if ( fileInput . files...

    docs.aspose.com/cells/zh/javascript-cpp/calcula...
  4. 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...
  5. Create PdfBookmarkEntry for Chart Sheet with Ja...

    Learn how to create PdfBookmarkEntry for chart sheets using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , PdfBookmarkEntry...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/create-pdf...
  6. 用C++读写XLS和XLSB文件的外部连接|Documentation

    学习如何使用Aspose.Cells for C++读取和修改XLS/XLSB文件中的外部数据库连接。...; // Load source workbook Workbook workbook ( inputFilePath );...ExternalConnectionCo connections = workbook . GetDataConnections (); DBConnection...

    docs.aspose.com/cells/zh/cpp/read-and-write-ext...
  7. Copy Range Data with Style using JavaScript via...

    Learn how to copy a range of cells with formatting using Aspose.Cells for JavaScript via C++.... This example: Creates a workbook. Fills a number of cells in..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/copy-range...
  8. 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...
  9. XLSX to PDF only the first rows are rendered - ...

    Hi team, I’m converting an Excel file (.xlsx) to PDF. The PDF only shows the first rows of the sheet; the rest of the rows are not rendered. I’m attaching the original Excel and a screenshot of the output where the trun…...xlsx (original workbook screenshot-missing-rows.png...the workbook Final export to PDF (the generated workbook stream...

    forum.aspose.com/t/xlsx-to-pdf-only-the-first-r...
  10. 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