Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 41,196 for

worksheet

(0.1 sec)
  1. 在PHP中将工作表转换为SVG|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....Java将工作表转换为SVG,只需调用Converter模块的worksheet_to_svg()方法。 PHP 代码 $saveFormat...( $path ); //Convert each worksheet into svg format in a single...

    docs.aspose.com/cells/zh/java/converting-worksh...
  2. RevisionAutoFormat class | Aspose.Cells for Pyt...

    RevisionAutoFormat class RevisionAutoFormat class represents a revision record of information about a formatting chan...... worksheet Gets the worksheet. id Gets the number...

    reference.aspose.com/cells/python-net/aspose.ce...
  3. CreateRange | Aspose.Cells for .NET API 参考

    CreateRange CreateRange(string, string) public CellRange CreateRange ( string upperLeftCell , string lowerRightCell )......也可以看看 class CellRange class Worksheet 命名空间 Aspose.Cells.GridDesktop...也可以看看 class CellRange class Worksheet 命名空间 Aspose.Cells.GridDesktop...

    reference.aspose.com/cells/zh/net/aspose.cells....
  4. Aspose::Cells::HtmlSaveOptions::SetExportArea m...

    Aspose::Cells::HtmlSaveOptions::SetExportArea method. Gets or Sets the exporting CellArea of current active Worksheet. If you set this attribute, the print area of current active Worksheet will be omitted. Only the specified area will be exported when saving the file to html in C++....CellArea of current active Worksheet . If you set this attribute...print area of current active Worksheet will be omitted. Only the...

    reference.aspose.com/cells/cpp/aspose.cells/htm...
  5. 在 Apache POI 和 Aspose.Cells 中创建不同的 Cell 类型|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....added worksheet in the Excel file Worksheet worksheet = workbook...get ( 0 ); Cells cells = worksheet . getCells (); //Adding a...

    docs.aspose.com/cells/zh/java/create-different-...
  6. 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....one program and an extra worksheet with evaluation watermark...Limitation: Worksheet with Evaluation Watermark This worksheet will...

    docs.aspose.com/cells/python-java/licensing/
  7. How to Remove Formula in Excel using Python

    This article guides on how to remove formula in Excel using Python. It provides environment settings, a list of steps and a runnable sample code to clear formula in Excel using Python....delete all the formulas in a worksheet with a single API call. Steps...values from all the cells in a worksheet, you may use getCells().removeFormulas()...

    kb.aspose.com/cells/python/how-to-remove-formul...
  8. ChartDataCell | Aspose.Sildes for .NET API Refe...

    Represents cell for chart data....ChartDataWorksheet { get; } Gets the worksheet. Read-only IChartDataWorksheet...the index of the column of worksheet in which the cell is located...

    reference.aspose.com/slides/net/aspose.slides.c...
  9. Protect and Unprotect|Documentation

    This snippet introduces how to encrypt and decrypt excel files, protect and unprotect the data in excel files using CSharp codes....users from viewing hidden worksheets, adding, moving, deleting...deleting, or hiding worksheets, and renaming worksheets, you can protect...

    docs.aspose.com/cells/net/protect-and-unprotect/
  10. How to Show Formulas in Excel using C#

    This tutorial explains how to show formulas in Excel using C#. It contains the environment configuration details, detailed steps to perform the task and a runnable sample code to display formulas in Excel using C#....and get access to the first worksheet Set sample cell values, and...different cells of the first worksheet along with formula calculation...

    kb.aspose.com/cells/net/how-to-show-formulas-in...