Sort Score
Result 10 results
Languages All
Labels All
Results 1,471 - 1,480 of 102,714 for

workbook

(0.21 sec)
  1. 使用Node.js通过C++隐藏工作表中的零值显示|Documentation

    本文将展示如何使用Node.js库通过C++编程方式隐藏Excel电子表格中的零值示例代码。...// Create a new Workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Get First worksheet of the workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/hiding-the-...
  2. 用 C++ 取消冻结 Excel 工作表的行或列|Documentation

    在本文中,您将学习如何使用 Aspose.Cells for C++ API 以编程方式取消冻结 Excel 工作表的行、列或窗格。... 构建一个 Workbook 对象以打开冻结的文件。 使用 Worksheet.UnFreezePanes()...Startup (); // Instantiate a new Workbook U16String inputFilePath (...

    docs.aspose.com/cells/zh/cpp/unfreeze-rows-or-c...
  3. 通过 C++ 使用 Node.js 实现非连续区域|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 创建命名的非连续区域。有效利用不相邻的单元格区域。...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a Name for non sequenced range const...

    docs.aspose.com/cells/zh/nodejs-cpp/implementin...
  4. 在 C++ 中设置公式的外部链接|Documentation

    学习如何使用 Aspose.Cells 将外部文件链接包含在公式中,使用 C++。...Instantiate a new Workbook Workbook workbook ; // Get first Worksheet...Worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/set-external-links...
  5. 使用 JavaScript 通过 C++ 复制和移动工作表的示例代码,描述了如何在工作簿内以及...

    This article includes sample code and describes how to copy and move worksheets programmatically both within an Excel Workbook and across Excel Workbooks using the JavaScript via C++ API....Example - Copy Sheet Within Workbook </ title > </ head > < body...> < h1 > Copy Sheet Within Workbook Example </ h1 > < input type...

    docs.aspose.com/cells/zh/javascript-cpp/copying...
  6. 用C++自动调整行列宽|Documentation

    本文展示如何使用Aspose.Cells for C++ API自动调整行、列、合并单元格的行,以及范围内的行。...Cells提供了表示Microsoft Excel文件的 Workbook 类。 Workbook 类包含一个 Worksheets 集合...; // Create workbook from file Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/autofit-rows-and-c...
  7. Border Settings|Documentation

    How to use the Aspose.Cells library in JavaScript via C++ to set the border style and color of cells. By adjusting the width, style, and color of the border, you have more control over how cells look and appear....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a worksheets collection...

    docs.aspose.com/cells/javascript-cpp/cells-bord...
  8. PDF with Node.js via C++|Documentation

    Learn how to convert an Excel Workbook into PDF using Aspose.Cells for Node.js via C++....supports conversion of an Excel workbook into PDF. In this example...an Excel workbook into PDF. Converting Excel Workbook to PDF PDF...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  9. Limitations and API Differences|Documentation

    Aspose.Cells for Node.js via Java limitations and API differences....Instantiating a new Workbook Aspose.Cells for Java Workbook excelbook =...= new Workbook (); Aspose.Cells for Node.js via Java var excelbook...

    docs.aspose.com/cells/nodejs-java/limitations-a...
  10. Stop conversion or loading using InterruptMonit...

    Learn how to stop the conversion of Workbook to various formats using InterruptMonitor when it is taking too long with Aspose.Cells for JavaScript via C++....to stop the conversion of Workbook to various formats like PDF...loading a huge workbook. Please use Workbook.interruptMonitor...

    docs.aspose.com/cells/javascript-cpp/stop-conve...