Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 26,813 for

excel worksheet

(1.14 sec)
  1. 数据筛选|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++ API添加数据筛选器。...Hide ] 微软Excel提供了一些自动筛选工作表数据的优秀功能。Aspose.Cells完全支持微软Excel的自动筛选功...能。本文介绍如何在微软Excel中使用这些功能,以及如何通过Aspose.Cells for JavaScript用C++编写代码实现它们。...

    docs.aspose.com/cells/zh/javascript-cpp/data-fi...
  2. Excel 设置的是A4纸张尺寸,但是转成PDF时,PDF 明显变小 - Free Suppo...

    本地验证这个左右边距的设置会影响PDF 出来的大小,这个地方PdfSaveOptions 是否有参数可以控制 Worksheet Worksheet = wb.getWorksheets().get(0); PageSetup pageSetup = Worksheet.getPageSetup(); pageSetup.setLeftMargin(1); pageSetup.setRightMargin(1);...Excel 设置的是A4纸张尺寸,但是转成PDF时,PDF 明显变小 Aspose.Cells Product Family...出来的大小,这个地方PdfSaveOptions 是否有参数可以控制 Worksheet worksheet = wb.getWorksheets()...

    forum.aspose.com/t/excel-a4-pdf-pdf/324143
  3. 在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....Instantiating a Workbook object by excel file path workbook = Workbook...Accessing the first worksheet in the Excel file worksheet = workbook ...

    docs.aspose.com/cells/zh/java/hiding-and-showin...
  4. 在PHP中调整行高和列宽|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 by excel file path $workbook = new Workbook...Accessing the first worksheet in the Excel file $worksheet = $workbook...

    docs.aspose.com/cells/zh/java/adjusting-row-hei...
  5. Grouping and Ungrouping Rows and Columns in Jyt...

    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 by Excel file path workbook = Workbook...Accessing the first worksheet in the Excel file worksheet = workbook ...

    docs.aspose.com/cells/java/grouping-and-ungroup...
  6. 在 Ruby 中调整行高和列宽|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 by excel file path workbook = Rjb ::...Accessing the first worksheet in the Excel file worksheet = workbook ...

    docs.aspose.com/cells/zh/java/adjusting-row-hei...
  7. Copying and Moving Worksheets with Node.js via ...

    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 Node.js API with C++....Ask AI Copying and Moving Worksheets with Node.js via C++ Contents...Sometimes you do need a number of worksheets with common formatting and...

    docs.aspose.com/cells/nodejs-cpp/copying-and-mo...
  8. Hiding and Showing Rows and Columns with C++|Do...

    Learn how to hide and show rows and columns in Excel files programmatically using Aspose.Cells with C++....in a worksheet and display them later. Microsoft Excel provides...that represents a Microsoft Excel file. The Workbook class contains...

    docs.aspose.com/cells/cpp/hiding-and-showing-ro...
  9. 自动调整行和列|Documentation

    通过Aspose.Cells for Java API了解如何自动调整行和列。...Java自动调整行和列 自动调整行的宽度和高度的最直接方法是调用Worksheet.autoFitRow方法。autoFitRow方法接受要调整大小的行索引作为参数。...索引作为参数。 请注意:如果您希望使用Java自动调整Excel电子表格中的行和列,请访问 自动调整行和列 。 Java...

    docs.aspose.com/cells/zh/java/auto-fit-row-and-...
  10. Use Formulas Functions to Process Data|Document...

    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.... Excel . Application app = Globals...Microsoft . Office . Interop . Excel . Workbook workbook = app ....

    docs.aspose.com/cells/net/use-formulas-function...