Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 102,520 for

workbook

(0.7 sec)
  1. 用 JavaScript 和 C++ 显示或隐藏行、列和滚动条|Documentation

    本文演示了如何使用 C++ 的 JavaScript API 编程显示和隐藏 Excel 工作表的行和列,控制滚动条的显示,以及高效隐藏多行多列。...JavaScript 提供了一个类 Workbook ,代表一个 Microsoft Excel 文件。 Workbook 类包含一个 worksheets..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/zh/javascript-cpp/show-an...
  2. How to Use Color Palette|Documentation

    JavaScript code to add custom colors to the palette and use Excel color palette with Aspose.Cells for JavaScript via C++....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class provides a changePalette(Color...

    docs.aspose.com/cells/javascript-cpp/excel-colo...
  3. 使用C++设置工作簿的公式计算模式|Documentation

    本文介绍如何使用C++通过Aspose.Cells库设置Microsoft Excel中工作簿的公式计算模式。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法设置公式计算模式并获得结果。最后,我们将修改后的Excel文件保存到磁盘。...xlsx" ; // Create a workbook Workbook workbook ; // Set the Formula...Calculation Mode to Manual workbook . GetSettings (). GetFormulaSettings...

    docs.aspose.com/cells/zh/cpp/setting-formula-ca...
  4. Add Pivot Connection with C++|Documentation

    Learn how to add a pivot connection with the Aspose.Cells library using C++.... Finally, it saves the workbook as output Excel file . Sample...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/cpp/add-pivot-connection/
  5. 使用C++的JavaScript输出空白页面,当没有内容需要打印时|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 , ImageOrPrintOptions , ImageType...'fileInput' ); // Create or load workbook: if a file is provided, open...

    docs.aspose.com/cells/zh/javascript-cpp/output-...
  6. Add Image in Worksheet|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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Adding...//Adding a new worksheet to the Workbook object WorksheetCollection...

    docs.aspose.com/cells/net/add-image-in-worksheet/
  7. 使用 Node.js 和 C++ 对行和列进行分组与取消分组|Documentation

    了解如何使用 Aspose.Cells for Node.js via C++ 在 Excel 中对行列进行分组和取消分组。...Cells 提供一个类 Workbook ,代表一个 Microsoft Excel 文件。 Workbook 类包含一个 WorksheetCollection...buffer const workbook = new AsposeCells . Workbook ( fileContent...

    docs.aspose.com/cells/zh/nodejs-cpp/grouping-an...
  8. Issue with the excel Xls file when tested in As...

    Hi Team, I tried adding the Xls file to Aspose checker and there was pop up stating converted into PDF and vanished within few seconds. But I was unable to find the converted PDF document. Please find the attached sam…...the Excel file Workbook workbook = new Workbook("path/to/your/file...xls"); // Save the workbook as a PDF workbook.Save("path/to/output/file...

    forum.aspose.com/t/issue-with-the-excel-xls-fil...
  9. Regarding Graphs linked to the cell data - Free...

    The graph displayed in the viewer is dynamically linked to the cell data. Any modifications to the cell content are impacting the graph. Is there a way to prevent the graph from updating automatically....feature either for the whole workbook or for individual charts.... Why it happens When a workbook is loaded Aspose Cells reads...

    forum.aspose.com/t/regarding-graphs-linked-to-t...
  10. Getting Started|Documentation

    Setup Aspose.Cells for JavaScript via C++ and installation guidelines...."text/javascript" > const { Workbook , FileFormatType , SaveFormat...Create a new workbook var workbook = new Workbook ( FileFormatType...

    docs.aspose.com/cells/javascript-cpp/getting-st...