Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 105,375 for

workbook

(0.22 sec)
  1. 刷新和计算含有计算项数据透视表,使用 C++|Documentation

    使用 Aspose.Cells 和 C++ 刷新并计算包含计算项的数据透视表。...xlsx" ; Workbook workbook ( sampleFilePath ); //...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/refresh-and-calcul...
  2. Count number of cells in the Worksheet with Nod...

    Learn how to programmatically count the number of cells in an Excel worksheet using Aspose.Cells for Node.js via C++....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/count-number-o...
  3. 使用C++获取工作表唯一ID|Documentation

    本文介绍如何用C++库和API程序化获取Excel工作表的唯一ID。...Load source Excel file Workbook workbook ( srcDir + u "Book1.xlsx"...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/get-worksheet-uniq...
  4. How to change number format to percentage upto ...

    I’m attaching a sample excel file. In the file as shown for the data labels we need the percentage format up to 1 decimal place. How can I set that? PieChartDecimalFormat.zip (10.7 KB)...can do it: Load your Excel workbook. Access the named style that...specified range. Save the modified workbook. Here is a sample code snippet...

    forum.aspose.com/t/how-to-change-number-format-...
  5. Convert Excel to HTML with tooltip using JavaSc...

    Learn how to convert Excel files to HTML format with tooltips for complete text display using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , HtmlSaveOptions...Instantiate a Workbook from the uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  6. 使用 Python.NET 在工作表中的文本框中用文本替换标签|Documentation

    学习如何使用 Aspose.Cells for Python via .NET 在Excel工作表中的文本框里用文本替换标签。...cells import Workbook , PdfSaveOptions # For complete...current_dir , "output" ) wb = Workbook ( os . path . join ( source_dir...

    docs.aspose.com/cells/zh/python-net/replace-tag...
  7. Copy Range Data Only with C++|Documentation

    Learn how to copy range data only without formatting using Aspose.Cells with C++....example shows how to: Create a workbook. Add data to cells in the...02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/copy-range-data-only/
  8. Show report filter pages option|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 } = AsposeCells...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/show-repor...
  9. Find Cells with Specific Style|Documentation

    Learn how to find or search cells with a particular style applied through the Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat , FindOptions...Instantiate Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/find-cells...
  10. 使用JavaScript via C++以标准或最小尺寸保存Excel为PDF|Documen...

    学习如何使用Aspose.Cells for JavaScript via C++将Excel文件以标准或最小尺寸保存为PDF。..."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...arrayBuffer (); // Instantiating a Workbook object by loading the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/save-ex...