Sort Score
Result 10 results
Languages All
Labels All
Results 3,401 - 3,410 of 103,422 for

workbook

(0.13 sec)
  1. Show and Hide Rows Columns and Scroll Bars|Docu...

    This article demonstrates how to programmatically display and hide Excel worksheet rows and columns using the Aspose.Cells for Python via .NET API. The visibility of scroll bars can be adjusted, and several rows and columns can be hidden....NET provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/python-net/show-and-hide-...
  2. Merge Excel Files using C#

    Follow this article to merge Excel files using C#. It has details to set the IDE, a list of steps, and a sample code to combine multiple Excel files using C#....first Excel file into the Workbook class that will become the...the list, load each into the Workbook object using the Combine Method...

    kb.aspose.com/cells/net/merge-excel-files-using...
  3. Find and Replace in Excel using C#

    This article guides on how to find and replace in Excel using C#. It has all the details to set the IDE for the development, a list of steps for the application, and a sample code to replace a word in Excel using C#....source XLSX file into the Workbook class object Create the FindOptions...all the worksheets in the workbook Use the Find() method in the...

    kb.aspose.com/cells/net/find-and-replace-in-exc...
  4. Handle Automatic Units of Chart Axis like Micro...

    Learn how to handle automatic units on chart axes in Aspose.Cells for Node.js via C++. Our guide will show you how to configure and customize automatic units on a chart axis, including the display of scientific notation and adjusting the scale....file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/handle-automat...
  5. 使用C++将附件嵌入到PDF中|Documentation

    学习如何用C++结合Aspose.Cells将附件嵌入到PDF中。...Open the template file Workbook workbook ( u "embedded-attachments-example...pdf file with PdfSaveOptions workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/zh/cpp/embed-attachment-t...
  6. Apply Conditional Formatting in Worksheets with...

    How to use Aspose.Cells library in C++ to apply conditional formatting in worksheets. By adjusting these criteria, you have more control over how cells look and appear....Instantiating a Workbook object Workbook workbook ; // Get the first...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/apply-conditional-for...
  7. Manage Chart Data Labels in Presentations in .N...

    Learn to add and format chart data labels in PowerPoint presentations using Aspose.Slides for .NET for more engaging slides....worksheet IChartDataWorkbook workbook = chart . ChartData . ChartDataWorkbook...ChartData . Series . Add ( workbook . GetCell ( defaultWorksheetInde...

    docs.aspose.com/slides/net/chart-data-label/
  8. 通过Node.js与C++自定义图表|Documentation

    了解如何在Aspose.Cells for Node.js via C++中自定义图表。我们的指南将指导您如何修改图表布局、添加和格式化数据系列、调整轴线以及应用各种格式化选项,以改善图表的外观和实用性。...__dirname , "data" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook (); // Adding...

    docs.aspose.com/cells/zh/nodejs-cpp/customizing...
  9. Assign and Validate Digital Signatures with Nod...

    Excel file digital signature and verification using Aspose.Cells for Node.js via C++. Protect the authenticity of Workbook content with digital signatures....provides assurance that a workbook file is valid and that no...you must attach it to your workbook. Attaching a digital signature...

    docs.aspose.com/cells/nodejs-cpp/assign-and-val...
  10. 使用Node.js导出带有网格线的Excel到HTML|Documentation

    了解如何使用Aspose.Cells for Node.js via C++将带有网格线的Excel文件导出为HTML格式。...Create your workbook const wb = new AsposeCells . Workbook (); //...r * 1 ); } } // Save your workbook in HTML format and export...

    docs.aspose.com/cells/zh/nodejs-cpp/export-exce...