Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 30,425 for

worksheet

(0.13 sec)
  1. Setting Margins|Documentation

    In this article, you will learn how to set the margins of an Excel Worksheet using sample code. You will also learn how to programmatically set the margins for the page centre, the header and footer margins of Page Setup using the C# API or .NET Library....configure page setup settings for worksheets to control the printing process...Workbook class contains the Worksheets collection that allows access...

    docs.aspose.com/cells/net/setting-margins/
  2. 使用 C++ 通过 JavaScript 管理 Microsoft Excel 文件的工作表|...

    使用 Aspose.Cells for JavaScript 通过 C++ 添加、删除和激活工作表。...类包含一个 worksheets 集合,可以访问Excel文件中的每个工作表。 工作表由 Worksheet 类表示。 Worksheet...Worksheet 类提供了管理工作表的各种属性和方法。 向新的Excel文件添加工作表 要通过程序创建新的Excel文件:...

    docs.aspose.com/cells/zh/javascript-cpp/manage-...
  3. Extarct content from Excel and populate in word...

    I am extracting content from an Excel sheet and inserting it into a Word document using the following method: private static void InsertHtmlTable(DocumentBuilder builder, Workbook workbook, Worksheet Worksheet, Range ra…... Workbook workbook, Worksheet worksheet, Range range, ReplacingArgs...= GetHtmlStream(workbook, worksheet, range); builder.InsertHtml(htmlContent);...

    forum.aspose.com/t/extarct-content-from-excel-a...
  4. Code Comparison for Common Features with VSTO|D...

    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....Add Borders to Cells in a Worksheet in VSTO and Aspose.Cells Add...and Aspose.Cells Adding New Worksheets to Workbook and Activating...

    docs.aspose.com/cells/net/code-comparison-for-c...
  5. Page Setup - Fit to Page Setting|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....To fit the contents of the worksheet to a specific number of pages...methods are also used to scale worksheets. Java // Instantiating a...

    docs.aspose.com/cells/java/page-setup-fit-to-pa...
  6. Combine Multiple Workbooks into a Single Workbo...

    Combine multiple workbooks into a single workbook by using Java code and Aspose.Cells for Java API.... The first worksheet of the charts workbook - stacked...Second worksheet of charts workbook - line First worksheet of the...

    docs.aspose.com/cells/java/combine-multiple-wor...
  7. Fill Settings|Documentation

    Learn how to customize the fill settings, background, and style of cells using the Aspose.Cells library for JavaScript via C++....Workbook class contains a worksheets collection that allows access...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/javascript-cpp/cells-fill...
  8. Setting Margins|Documentation

    In this article, you will learn how to set the margins of an Excel Worksheet using sample code. You will also learn how to programmatically set the margins for the page center, as well as the header and footer margins of Page Setup using the Aspose.Cells for Python via .NET API....configure page setup settings for worksheets to control the printing process...Workbook class contains the worksheets collection that allows access...

    docs.aspose.com/cells/python-net/setting-margins/
  9. Public API Changes in Aspose.Cells 8.7.1|Docume...

    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....//Access first worksheet Worksheet worksheet = workbook . getWorksheets...//Add 10 to cells A1 and A2 worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/java/public-api-changes-i...
  10. 通过JavaScript和C++计算页面设置缩放比例因子|Documentation

    本文提供示例代码,说明如何通过C++中的JavaScript API以编程方式计算Excel工作表的页面设置缩放比例,使用“适合n页宽 m页高”选项。...first worksheet const worksheet = workbook . worksheets . get...some data in these cells worksheet . cells . get ( "A4" ). putValue...

    docs.aspose.com/cells/zh/javascript-cpp/calcula...