Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 102,520 for

workbook

(0.1 sec)
  1. 创建新工作簿|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....创建新工作簿 Workbook类可用于简单使用 C# Workbook workbook = new Workbook ();...(); // Creating a Workbook object workbook . Save ( "test.xlsx"...

    docs.aspose.com/cells/zh/net/create-new-workbook/
  2. Creating a Named Range in VSTO and Aspose.Cells...

    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 a Workbook. Get the first sheet. Create...//Create a new Workbook Excel . Workbook wb = xl . Workbooks . Add (...

    docs.aspose.com/cells/net/creating-a-named-rang...
  3. Copying and Moving Worksheets|Documentation

    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 C# API or .NET Library....you might want to create a workbook with sheets that contain the...worksheets within or between workbooks. Worksheets , complete with...

    docs.aspose.com/cells/net/copying-and-moving-wo...
  4. Unprotect a Worksheet with C++|Documentation

    Learn how to unprotect a worksheet using Aspose.Cells for C++....; // Create a Workbook object Workbook workbook ( inputFilePath...file Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/unprotect-a-worksheet/
  5. How to Control Sheet Tab Bar with JavaScript vi...

    Learn how to control the sheet tab bar using Aspose.Cells for JavaScript via C++....example shows how to: Create a workbook. Add data to cells in the..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/javascript-cpp/how-to-con...
  6. Delete Named Ranges with C++|Documentation

    Learn how to remove defined names or named ranges from Excel or OpenOffice files using Aspose.Cells for C++....Microsoft Excel and open the workbook that contains the named range...Manager dialog box. Save the workbook to retain the changes. Delete...

    docs.aspose.com/cells/cpp/delete-named-ranges/
  7. Insert Hyperlinks in Worksheet|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.... C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object Worksheet sheet = workbook . Worksheets...

    docs.aspose.com/cells/net/insert-hyperlinks-in-...
  8. 在字体上应用上标和下标效果|Documentation

    将 JavaScript 代码应用于 Excel 中的上标和下标效果,使用 Aspose.Cells for JavaScript 通过 C++。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiating a Workbook object const workbook = new Workbook (); // Adding...

    docs.aspose.com/cells/zh/javascript-cpp/apply-s...
  9. When inserting a picture and nearby cell's font...

    HI, An image is being inserted. When lines 31-33 are commented out the scale height of the picture is around 100% which is expected. However when these lines are uncommented, the text in cell 1, 1 is set to 24pts. The …...Create a new workbook Workbook workbook = new Workbook(); Worksheet...Worksheet sheet = workbook.getWorksheets().get(0); // Load image from...

    forum.aspose.com/t/when-inserting-a-picture-and...
  10. Import and Export Data from 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....class, Workbook , that represents an Excel file. The Workbook class...Instantiating a Workbook object Workbook workbook = new Workbook (); //...

    docs.aspose.com/cells/net/import-export-data-fr...