Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 18,224 for

excel worksheet

(0.11 sec)
  1. 使用C++设置打印选项|Documentation

    本文演示了如何通过C++ API和库以编程方式设置Excel工作表的“页面设置”中的打印选项。你可以设置打印区域、打印标题和页面顺序。...Contents [ Hide ] Microsoft Excel的页面设置提供了几个打印选项(也称为工作表选项),允许用户控制工作表页面的打印方式。...定义页面排序。 Aspose.Cells支持Microsoft Excel提供的所有打印选项,开发者可以使用 PageSetup ...

    docs.aspose.com/cells/zh/cpp/setting-print-opti...
  2. Change Cells Alignment and Keep Existing Format...

    Use the Aspose.Cells library to change cell alignment and preserve existing formatting...sample code loads the sample Excel file , creates the range and...compares the sample Excel file and output Excel file and shows that...

    docs.aspose.com/cells/cpp/change-cells-alignmen...
  3. 在Microsoft Excel中应用高级筛选以显示满足复杂条件的记录,使用C++实现|Doc...

    学习如何使用Aspose.Cells for C++ API在Microsoft Excel中应用高级筛选,以显示满足复杂条件的记录。...在Microsoft Excel中应用高级筛选以显示满足复杂条件的记录,使用C++实现 Contents [ Hide ]...] 可能的使用场景 Microsoft Excel允许在工作表数据上应用 高级筛选 以显示满足复杂条件的记录。你可以通过...

    docs.aspose.com/cells/zh/cpp/apply-advanced-fil...
  4. 重新排序工作表|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....WorksheetCollection worksheets = workbook . Worksheets ; Worksheet worksheet1...worksheet1 = worksheets [ 0 ]; Worksheet worksheet2 = worksheets . Add...

    docs.aspose.com/cells/zh/net/reorder-worksheets/
  5. 使用C++为图表工作表创建PdfBookmarkEntry|Documentation

    了解如何使用Aspose.Cells for C++为图表工作表创建PdfBookmarkEntry。...为图表工作表创建PdfBookmarkEntry 下面的示例代码加载了含有四个工作表的 示例Excel文件 。其中两个是普通工作表,另外两个是图表工作表。它创建了如下的四个书签条目:...Startup (); // Load sample Excel file U16String inputFilePath...

    docs.aspose.com/cells/zh/cpp/create-pdfbookmark...
  6. Apache POI和Aspose.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....Cells提供了一个代表Microsoft Excel文件的类 Workbook ,Workbook类包含一个...ion,允许访问Excel文件中的每个工作表。 工作表由 Worksheet 类表示。Worksheet类提供了广泛的属...

    docs.aspose.com/cells/zh/java/freeze-panes-in-a...
  7. Aspose.Cells Java for Apache POI SS - HSSF and ...

    Why not Apache POI SS - HSSF and XSSF....Java implementation of the Excel ‘97(-2007) file format. XSSF...Java implementation of the Excel 2007 OOXML (.xlsx) file format...

    docs.aspose.com/cells/java/aspose-cells-java-fo...
  8. Fill Settings|Documentation

    Aspose.Cells is a Python library for working with spreadsheet files. It supports setting the fill settings of cells, allowing users to customize the background and style of cells. This article will introduce how to use the Aspose.Cells for Python via .NET library to set cell fill settings....Background Patterns Microsoft Excel can set the foreground (outline)...Microsoft Excel file. The Workbook class contains a worksheets collection...

    docs.aspose.com/cells/python-net/cells-fill-set...
  9. Use Error Checking Options with Node.js via C++...

    Learn how to programmatically use error checking options in Excel Worksheets using Aspose.Cells for Node.js via C++....Contents [ Hide ] Microsoft Excel allows users to define error...there’s a problem with a cell. Excel provides information that helps...

    docs.aspose.com/cells/nodejs-cpp/use-error-chec...
  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....the first worksheet WorksheetCollection worksheets = workbook...workbook . Worksheets ; Worksheet sheet = worksheets [ 0 ]; // Adding...

    docs.aspose.com/cells/zh/net/create-charts/