Sort Score
Result 10 results
Languages All
Labels All
Results 2,711 - 2,720 of 105,375 for

workbook

(0.07 sec)
  1. 获取范围内的超链接|Documentation

    了解如何通过Aspose.Cells for JavaScript在C++ API中获取区域中的超链接。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); // Instantiate a Workbook object by opening the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/get-hyp...
  2. Specify the Language of the Excel File using Bu...

    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....following sample code creates a workbook and changes its built‑in document..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/specify-th...
  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. 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...
  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. Converting Worksheet to Image using ImageOrPrin...

    Learn how to convert a worksheet to an image file and apply various image and print options using Aspose.Cells for Node.js via C++....template workbook in Microsoft Excel I created a new workbook in MS...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/converting-wor...
  7. How to Format Numbers to Special|Documentation

    This article will introduce how to format numbers to special using Aspose.Cells for JavaScript via C++ API.... Step 2: Create a Workbook and Access a Worksheet You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  8. 如何防止用户用JavaScript通过C++打印Excel文件|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++阻止用户打印Excel文件。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  9. Repeated Save Increases Image Size and Row Heig...

    Issue Summary: I am using GridJsWorkbook to load, merge, and save Excel files from the GridJs JSON structure. However, I am encountering an issue where image sizes and row heights increase with each save operation, even…...Steps to Reproduce: Load a workbook in GridJs. Perform any edit...image or row height). Save the workbook using the following backend...

    forum.aspose.com/t/repeated-save-increases-imag...
  10. 用JavaScript通过C++在加载Excel文件时获取警告信息|Documentation

    学习如何在用C++调用Aspose.Cells for JavaScript加载Excel文件时捕获警告。有效处理损坏但可加载的工作簿。..."text/javascript" > const { Workbook , SaveFormat , LoadOptions...catch warnings while loading workbook class WarningCallback extends...

    docs.aspose.com/cells/zh/javascript-cpp/get-war...