Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 26,607 for

worksheet

(0.17 sec)
  1. Utilize Sheet.SheetId property of OpenXml with ...

    This article shows how to utilize the Sheet.SheetId property of OpenXml using the Excel manipulation C++ API or library programmatically....the equivalent property as Worksheet.GetTabId() . Utilize Sheet...xlsx" ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/utilize-sheet-sheetid...
  2. How to Format Number to Percentage|Documentation

    This article will introduce how to Format Number to Percentageusing Aspose.Cells for JavaScript via C++ API....Access the Worksheet You need to access the worksheet where you...be working with the first worksheet. Step 4: Apply Percentage...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  3. getColumnWidthPixel how to calculate width - Fr...

    Workbook workbook = new Workbook(); Worksheet Worksheet = workbook.getWorksheets().get(0); Cells cells = Worksheet.getCells(); cells.setColumnWidthPixel(0, 170); ByteArrayOutputStream baos = new ByteArrayOutputStream(); …...workbook = new Workbook(); Worksheet worksheet = workbook.getWorksheets()...getWorksheets().get(0); Cells cells = worksheet.getCells(); cells.setColumnWidthPixel(0...

    forum.aspose.com/t/getcolumnwidthpixel-how-to-c...
  4. 在 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....要实现拆分视图,使用 Worksheet 类的 split 方法。要移除拆分窗格,使用 removeSplit...setActiveCell ( "A20" ); //Split the worksheet window book . getWorksheets...

    docs.aspose.com/cells/zh/java/split-panes-in-ap...
  5. Automatically refresh OLE object via Microsoft ...

    Learn how to refresh OLE objects automatically in Microsoft Excel using Aspose.Cells with C++....xlsx" ); // Access first worksheet Worksheet sheet = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/automatically-refresh...
  6. Managing Charts and Shapes in Aspose.Cells|Docu...

    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 WordArt Watermark to Worksheet in Aspose.Cells Copy Shapes...Shapes between Worksheets in Aspose.Cells Locking WordArt Watermark...

    docs.aspose.com/cells/net/managing-charts-and-s...
  7. Create a TextBox in which each line has a diffe...

    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....text in a textbox inside the worksheet Analyzing your prompt, please...

    docs.aspose.com/cells/net/create-textbox-in-whi...
  8. Create a TextBox in which each line has a diffe...

    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....text in a textbox inside the Worksheet with Python.NET Analyzing...

    docs.aspose.com/cells/python-net/create-textbox...
  9. Reusing Style Objects with Golang via C++|Docum...

    In Aspose.Cells for C++, by creating and using reusable style objects, you can simplify style management and improve code efficiency. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....large range of cells in a worksheet: Create a style object. Specify...

    docs.aspose.com/cells/go-cpp/reusing-style-obje...
  10. Aspose.Cells 9.0.0 中的公共 API 更改|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 (); // Get the default Worksheet from the Workbook var sheet...sheet = book . Worksheets [ 0 ]; // Add a TextBox to the collection...

    docs.aspose.com/cells/zh/net/public-api-changes...