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

worksheet

(0.11 sec)
  1. 使用 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...
  2. 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...
  3. 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...
  4. Create Access and Copy Named Ranges with JavaSc...

    Learn how to create, access, and copy named ranges in Excel using Aspose.Cells for JavaScript via C++....refer to data on the same worksheet; if you want to represent...represent a range on another worksheet, you may use a name. Named ranges...

    docs.aspose.com/cells/javascript-cpp/create-acc...
  5. Managing OLE Objects with JavaScript via C++|Do...

    Learn how to manage OLE objects in Aspose.Cells for JavaScript via C++. Add, extract, and manipulate OLE objects within Worksheets....Inserting OLE Objects into the Worksheet Aspose.Cells for JavaScript...manipulating OLE objects in worksheets. For this reason, Aspose...

    docs.aspose.com/cells/javascript-cpp/managing-o...
  6. 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...
  7. 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...
  8. 如何将Excel中的公式导出为其他类型的表达式,使用C++|Documentation

    使用Aspose.Cells for C++将Excel公式导出为LaTeX和MathML。...<body>" ; WorksheetCollection worksheets = workbook . GetWorksheets...ShapeCollection shapes = worksheets . Get ( 0 ). GetShapes ();...

    docs.aspose.com/cells/zh/cpp/export-equation/
  9. 用指定打印纸张大小的via JavaScript和C++加载工作簿|Documentation

    学习如何在用Aspose.Cells for JavaScript通过C++加载工作簿时设置打印纸张大小...some data inside the first worksheet const workbook = new Workbook...Workbook (); const worksheet = workbook . worksheets . get ( 0 ); const...

    docs.aspose.com/cells/zh/javascript-cpp/load-wo...
  10. 更改数据透视表的布局|Documentation

    如何使用Aspose.Cells for Java脚本通过C++改变数据透视表的布局。...first worksheet const worksheet = workbook . worksheets . get...table const pivotTable = worksheet . pivotTables . get ( 0 );...

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