Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 18,215 for

excel worksheet

(0.15 sec)
  1. Add Data in Cells|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....that represents a Microsoft Excel file. Workbook class contains...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/java/add-data-in-cells/
  2. 插入新工作表|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....插入新工作表 Contents [ Hide ] OpenXML Excel string FilePath = @"..\..\....FilePath + "Insert a new worksheet.xlsx" ; InsertWorksheet (...

    docs.aspose.com/cells/zh/net/insert-a-new-works...
  3. Create a spreadsheet document|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....document Contents [ Hide ] OpenXML Excel string FilePath = @"..\..\....>(); worksheetPart . Worksheet = new Worksheet ( new SheetData ());...

    docs.aspose.com/cells/net/create-a-spreadsheet-...
  4. 页面设置与打印选项(C++)|Documentation

    配置页面设置和打印参数以控制打印过程,使用Aspose.Cells与C++。...处理页面和打印设置 在本示例中,我们在Microsoft Excel中创建了一个工作簿,并使用Aspose.Cells来设置页面设置和打印选项。...Cells 设置页面设置选项 首先在Microsoft Excel中创建一个简单的工作表。然后将页面设置选项应用于它。执行...

    docs.aspose.com/cells/zh/cpp/page-setup-and-pri...
  5. Zoom Factor in Python|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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Setting...

    docs.aspose.com/cells/java/zoom-factor-in-python/
  6. How to Set Print Area|Documentation

    This article shows you code explaining how to set print area using Aspose.Cells library....area in a document, such as an Excel spreadsheet, helps control what...Print Area in Excel To set a print area in Excel, follow these...

    docs.aspose.com/cells/java/how-to-set-print-area/
  7. Refresh Values of Linked Shapes with C++|Docume...

    Learn how to refresh values of linked shapes in Excel files using Aspose.Cells for C++....have a linked shape in your Excel file which is linked to some...some cell. In Microsoft Excel, changing the value of the linked...

    docs.aspose.com/cells/cpp/refresh-values-of-lin...
  8. Documentation

    学习如何使用Aspose.Cells for Node.js via C++将图表转换为PDF文档。本指南演示如何从Microsoft Excel导出图表并以PDF格式保存,以便进一步分发和归档。...Workbook (); // Adding a new worksheet to the Workbook const sheetIndex...reference of the newly added worksheet by passing its index to WorksheetCollection...

    docs.aspose.com/cells/zh/nodejs-cpp/chart-to-pdf/
  9. 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 C# language and the .NET API or Library. The visibility of scroll bars can be adjusted, and several rows and columns can be hidden....Column and Scroll Bars of a worksheet. Show and Hide Rows and Columns...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/net/show-and-hide-rows-co...
  10. Zoom Factor in Jython|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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Setting...

    docs.aspose.com/cells/java/zoom-factor-in-jython/