Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 105,384 for

workbook

(0.17 sec)
  1. 使用 JavaScript 通过 C++ 统计工作表中的单元格数量|Documentation

    学习如何通过 Aspose.Cells for JavaScript 通过 C++ 编程方式统计 Excel 工作表中的单元格数量。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiate Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/count-n...
  2. Determine if Shape is Smart Art Shape with Java...

    Learn how to determine if a shape in Excel is a Smart Art shape using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/determine-...
  3. Automatically refresh OLE object via Microsoft ...

    Learn how to automatically refresh OLE objects in Excel using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/automatica...
  4. 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...
  5. Delete Pivot Table from a Worksheet|Documentation

    Aspose.Cells for JavaScript via C++ code to remove PivotTable for Excel Worksheets..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiate Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/delete-piv...
  6. Manage data of Excel files with C++|Documentation

    This article describes how to view and edit data of Excel files with Aspose.Cells library using C++....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/view-and-edit-excel-d...
  7. 用C++显示和隐藏行、列和滚动条|Documentation

    本文演示了如何使用C++语言和Aspose.Cells API以编程方式显示和隐藏Excel工作表的行和列。可以调整滚动条的可见性,并隐藏多行和多列。...Cells 提供了一个类 Workbook ,表示一个Microsoft Excel文件。 Workbook 类包含一个 Worksheets...xls" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/zh/cpp/show-and-hide-rows...
  8. 使用 C++ 删除命名范围|Documentation

    学习如何使用 Aspose.Cells for C++ 从 Excel 或 OpenOffice 文件中删除定义的名称或命名范围。...Instantiate a new Workbook Workbook workbook ( inputFilePath );...WorksheetCollection worksheets = workbook . GetWorksheets (); // Delete...

    docs.aspose.com/cells/zh/cpp/delete-named-ranges/
  9. Worksheet Views|Documentation

    This article will describe how to use C# and the .NET API to interact with the page break preview of an Excel Workbook and worksheets. Work with split panes, frozen panes, and zoom factor as well....Cells provides a Workbook class that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets...

    docs.aspose.com/cells/net/worksheet-views/
  10. 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...