Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 26,787 for

excel worksheet

(0.12 sec)
  1. 使用 C++ 在 Node.js 中设置页面布局和打印选项|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....处理页面和打印设置 在此示例中,我们在 Microsoft Excel 中创建了一个工作簿,并使用 Aspose.Cells 设置了页面布局和打印选项。...Cells 设置页面设置选项 首先在Microsoft Excel中创建一个简单的工作表。然后将页面设置选项应用于它。执行...

    docs.aspose.com/cells/zh/nodejs-cpp/page-setup-...
  2. Add and Retrieve Data|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....] In Accessing Cells of a Worksheet , we discussed basic approaches...for accessing cells in a worksheet. This article uses one of...

    docs.aspose.com/cells/cpp/add-and-retrieve-data/
  3. Calculate Formulas with C++|Documentation

    This article introduces how to use the Aspose.Cells library to calculate formulas in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....that are part of Microsoft Excel (Read a list of the functions...creating a formula in Microsoft Excel and use a comma (,) to delimit...

    docs.aspose.com/cells/cpp/calculate-formulas/
  4. 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/
  5. Line Breaks and Text Wrapping with C++|Document...

    How to implement text wrapping and word wrap using the Aspose.Cells library in C++. By using the Aspose.Cells library, you can easily insert text in cells and set the text wrapping method, such as manual word wrap, word wrap, etc. This document details how to implement these features and provides sample code for your reference....// Open first Worksheet in the workbook Worksheet ws = wb . GetWorksheets...GetWorksheets (). Get ( 0 ); // Get Worksheet Cells Collection Cells cell...

    docs.aspose.com/cells/cpp/line-breaks-and-text-...
  6. Calculate Formulas with JavaScript via C++|Docu...

    This article introduces how to use Aspose.Cells library to calculate formulas in Microsoft Excel using JavaScript via C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....that are part of Microsoft Excel (Read a list of the functions...creating a formula in Microsoft Excel and use a comma (,) to delimit...

    docs.aspose.com/cells/javascript-cpp/calculate-...
  7. Hiding and Showing Rows and Columns|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....in a worksheet and display them later. Microsoft Excel provides...that represents a Microsoft Excel file. The Workbook class contains...

    docs.aspose.com/cells/net/hiding-and-showing-ro...
  8. Hiding and Showing Rows and Columns|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 worksheet and then display them later. Microsoft Excel provides...that represents a Microsoft Excel file. The Workbook class contains...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  9. HTML with Node.js via C++|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 ] Converting Excel Workbook to HTML The Aspose...( "out.html" ); Converting Excel Workbook to MHTML Files MHTML...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  10. Insert Ranges with JavaScript via C++|Documenta...

    Learn how to insert ranges in Excel and shift other data using Aspose.Cells for JavaScript via C++....Contents [ Hide ] Introduction In Excel, you can select a range, then...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/javascript-cpp/insert-ran...