Sort Score
Result 10 results
Languages All
Labels All
Results 2,961 - 2,970 of 30,345 for

worksheet

(0.13 sec)
  1. How to Change Excel Row Height using C++

    In this small tutorial, we will elaborate how to change excel row height using C++. You will adjust row height in excel using C++ by a fixed value or based on content size....target Excel file Access a worksheet where selected rows’ height...height value Select another worksheet where row height is to be...

    kb.aspose.com/cells/cpp/how-to-change-excel-row...
  2. 使用 Java 组件 Aspose.Cells for Java 和 Perl|Documen...

    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....print "open $ok\n" ; my $ worksheets = $ workbook -> getWorksheets...print "worksheets $ok\n" ; my $ worksheet = $ worksheets -> get...

    docs.aspose.com/cells/zh/java/using-aspose-cell...
  3. 在Ruby中将工作表转换为图像|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.... Ruby 代码 def worksheet_to_image ( workbook ) #Create...getPng ()) # Get the first worksheet. sheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/converting-worksh...
  4. Licensing|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....program and adds an extra worksheet with an evaluation watermark...will be thrown. Moreover, a worksheet with an evaluation watermark...

    docs.aspose.com/cells/python-net/licensing/
  5. 用 JavaScript 通过 C++ 冻结 Excel 工作表的窗格|Documentation

    在本文中,你将学习如何使用 Aspose.Cells for JavaScript 通过 C++ 编程方式冻结 Excel 工作表的窗格。...请使用 Worksheet.freezePanes(number, number...构建工作簿以打开文件或创建一个空文件。 2. 使用Worksheet.freezePanes()方法冻结窗格。 3.保存文件。...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  6. How to Lock Cells in Excel using C#

    Learn how to lock cells in Excel using C#. This guide provides step-by-step instructions with C# code examples using Aspose.Cells for .NET....first worksheet in the workbook using workbook.Worksheets[0] ....the SetStyle method. Enable worksheet protection with the Protect...

    blog.aspose.com/cells/how-to-lock-cells-in-exce...
  7. Shape is created but it is not visible - Free S...

    When i create a shape it is created and i also can select shape from Page Layout → Selection Pane but it is not visible directly How can i fix this issue can you repair ma sample code which is mentioned below. ShapePat…...0F); Shape alcBufferLine = worksheet.Shapes.AddFreeform(0, 0, 0...won’t be rendered on the worksheet. Solution To ensure the shape...

    forum.aspose.com/t/shape-is-created-but-it-is-n...
  8. How to Rotate Text of Cell|Documentation

    C# code to rotate text of Cell with Aspose.Cells for Python via .NET API... Access the Worksheet Once the workbook is loaded...loaded, you need to access the worksheet where you want to rotate the...

    docs.aspose.com/cells/python-net/how-to-rotate-...
  9. 通过JavaScript和C++在工作表内将形状移到前面或后面|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++将形状移到工作表的前端或背后。...the first worksheet in the Excel file const worksheet = workbook...workbook . worksheets . get ( 0 ); // Access first and fourth shapes...

    docs.aspose.com/cells/zh/javascript-cpp/send-sh...
  10. Verify that Cell Value Satisfies Data Validatio...

    Learn how to verify cell value satisfies data validation rules through the Aspose.Cells for JavaScript via C++ API....first worksheet const worksheet = workbook . worksheets . get...between 10 and 20 const cell = worksheet . cells . get ( "C1" ); //...

    docs.aspose.com/cells/javascript-cpp/verify-tha...