Sort Score
Result 10 results
Languages All
Labels All
Results 4,081 - 4,090 of 102,530 for

workbook

(0.1 sec)
  1. 指定数据透视项的绝对位置|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...."text/javascript" > const { Workbook , SaveFormat , PivotFieldType...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  2. 限制生成页数 使用 C++ 通过 JavaScript 转换 Excel 为 PDF|Docu...

    学习如何在使用 C++ 通过 JavaScript 将 Excel 工作表转换为 PDF 时限制生成的页数。..."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...an Excel file const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/limit-t...
  3. Read and Write External Connection of XLS and X...

    Learn how to read and write external connections of XLS and XLSB files using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( filePath );...DB-Connection const dbCon = workbook . getDataConnections (). get...

    docs.aspose.com/cells/nodejs-cpp/read-and-write...
  4. Detect Merged Cells in a Worksheet with JavaScr...

    Learn how to detect merged cells in a worksheet using Aspose.Cells for JavaScript via C++. This article will show you how to use the library to identify and manipulate merged cells...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); // Instantiate a new Workbook by opening the uploaded Excel...

    docs.aspose.com/cells/javascript-cpp/detect-mer...
  5. Copy Page Setup Settings from Source Worksheet ...

    This article explains how to use the JavaScript API or C++ library sample code to copy Page Setup settings from a source worksheet into a destination worksheet programmatically....When you add a new sheet to a workbook, it contains the default Page..."text/javascript" > const { Workbook , SaveFormat , CopyOptions...

    docs.aspose.com/cells/javascript-cpp/copy-page-...
  6. Get Address, Cell Count, Offset, Entire Column,...

    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 } = AsposeCells...creates ranges on a new empty workbook and prints information to...

    docs.aspose.com/cells/javascript-cpp/get-addres...
  7. 如何筛选空白或非空白|Documentation

    学习如何通过C++ API用Aspose.Cells for JavaScript筛选空白和非空白单元格。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  8. Smart marker with nested objects (map / list) f...

    Hi, I’m working with a Json data with nested objects that fail to work with horizontal parameter. It returns some internal reference instead of the actual data: (e.g. com.aspose.cells.t_e@6179e425) Here is a code snipp…...working with: try { Workbook workbook = new Workbook(); Worksheet worksheet...worksheet = workbook.getWorksheets().get(0); worksheet.setName("Sheet1");...

    forum.aspose.com/t/smart-marker-with-nested-obj...
  9. Aspose.Cells Pivot PrintArea - Free Support For...

    When shifting from Aspose Cells v 25.3.0 to 25.4.0, the PrintArea behavior changed. Background: given an excel spreadsheet like this: Year Product Gross Net - - - 2001 Apples 100 30 Row Labels Sum of Net Ba…...Workbook.Worksheets.ActiveSheetIndex...SubstringBefore(")"); sheet.Workbook.Save(stream, _pivotSaveOptions);...

    forum.aspose.com/t/aspose-cells-pivot-printarea...
  10. How to Add Comments in Excel using Python

    This short tutorial describes how to add comments in Excel using Python. It contains complete details for environment configuration and a runnable code to add note in Excel using Python....the source Excel file in a Workbook class object where comments...target worksheet in the loaded workbook Get the comments collection...

    kb.aspose.com/cells/python/how-to-add-comments-...