Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 82,029 for

workbook

(0.07 sec)
  1. 用C++检查工作簿中的VBA项目是否已签名|Documentation

    用Aspose.Cells在C++中检测工作簿中的VBA项目是否已签名...Cells的 Workbook.VbaProject.IsSigned 属性进行程序检测。...用C++检测工作簿中的VBA项目是否已签名 以下代码加载工作簿,并使用 Workbook.VbaProject.IsSigned 属性检测其VBA项目是否已签名。若已签名,返回...

    docs.aspose.com/cells/zh/cpp/check-if-vba-proje...
  2. Cells not getting calculated using Aspose.Cells...

    At Willis Towers Watson, we are using Aspose.Cells 24.7 and are considering upgrading to the current version, 25.4. In testing 25.4, we encountered a problem where some of the cells in the Workbook do not get calculated…...where some of the cells in the workbook do not get calculated. This...It contains a test case (a workbook and a Visual Studio solution)...

    forum.aspose.com/t/cells-not-getting-calculated...
  3. Working with External Data Connection of type W...

    Learn how to work with external data connections of type WebQuery using Aspose.Cells for Node.js via C++....connection of any type using the Workbook.DataConnections collection..."WebQuerySample.xlsx" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/nodejs-cpp/working-with-e...
  4. 使用 Node.js 和 C++ 删除工作表中的空白行和列|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 删除工作表中的所有空白行和列。... Workbook ( filePath ); // Create a...reference to // The sheets of the Workbook. const sheets = wb . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/delete-blan...
  5. Convert Excel to HTML with tooltip using C++|Do...

    Convert Excel to HTML while adding tooltips with Aspose.Cells using C++....Open the template file Workbook workbook ( sourceDir + u "AddTooltipToHtmlSamp...in output // Save as HTML workbook . Save ( outputDir + u "A...

    docs.aspose.com/cells/cpp/convert-excel-to-html...
  6. Export Comments while Saving Excel file to HTML...

    Learn how to export comments while saving Excel files to HTML using Aspose.Cells with C++....xlsx" ; Workbook workbook ( inputFilePath ); //...02_OutputDirectory \\ " ); workbook . Save ( outputDir + u "outputExportComments...

    docs.aspose.com/cells/cpp/export-comments-while...
  7. Get Equation Text of Chart Trendline with C++|D...

    Learn how to use Aspose.Cells for C++ to retrieve the equation text of a trendline in a chart created in Microsoft Excel. Our guide will demonstrate how to access and extract the equation of a trendline for further analysis or display....Create workbook object from source Excel file Workbook workbook...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/get-equation-text-of-...
  8. Calculate Page Setup Scaling Factor with Node.j...

    This article provides sample code explaining how to use the Node.js API with C++ to calculate Page Setup scaling factor using Fit to n page(s) wide by m tall option of Excel worksheet programmatically....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/calculate-page...
  9. 使用 Node.js 通过 C++ 搜索和替换范围内的数据|Documentation

    本文展示了如何使用 Node.js 通过 C++ 代码在 Excel 的范围内搜索和替换数据。...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...); const worksheet = workbook . getWorksheets (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/search-and-...
  10. 在工作簿中隐藏和取消隐藏工作表|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.... Workbooks . Open ( myPath , Missing...//Instantiate a new Workbook. Workbook workbook = new Workbook (); //Specify...

    docs.aspose.com/cells/zh/net/hide-and-unhide-wo...