Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 41,184 for

worksheet

(0.06 sec)
  1. How to Remove Pivot Table in Excel in C#

    This article explains how to remove pivot table in Excel in C#. It shares the details for the IDE, programming logic, and a runnable sample code to delete pivot table in C#....the worksheet Access the pivot table from the worksheet Remove...accessing the target worksheet. Each worksheet has a PivotTableCollection...

    kb.aspose.com/cells/net/how-to-remove-pivot-tab...
  2. Remove Named ranges (Name) which have an invali...

    What is the best practice using Aspose API to remove all named ranges with a specfic prefix which are referring #REF! (wrong reference). i.e. remvoe all name that starts with “pre_” with invlalid reference. Another re…... scope - Workbook and Worksheet), which name range will be...(i.e. scope - Workbook and Worksheet), which name range will be...

    forum.aspose.com/t/remove-named-ranges-name-whi...
  3. RevisionCellComment | Aspose.Cells for Java API...

    Represents a revision record of a cell comment change.... getWorksheet() Gets the worksheet. hashCode() isOldComment()...getWorksheet() public Worksheet getWorksheet() Gets the worksheet. Returns:...

    reference.aspose.com/cells/java/com.aspose.cell...
  4. RevisionCellChange | Aspose.Cells for Java API ...

    Represents the revision that changing cells.... getWorksheet() Gets the worksheet. hashCode() isNewFormatted()...getWorksheet() public Worksheet getWorksheet() Gets the worksheet. Returns:...

    reference.aspose.com/cells/java/com.aspose.cell...
  5. Extract text and images from XLSM document via ...

    C# source code to extract text and images from XLSM file on .NET Framework, .NET Core, Mono or Xamarin Platforms....C# // extract images from Worksheets // open a template Excel...first worksheet Worksheet worksheet = workbook.Worksheets[ 0 ];...

    products.aspose.com/cells/net/parser/xlsm/
  6. Aspose.Cells for PHP via Java 21.2 Release Note...

    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....CELLSJAVA-43389 Workbook/Worksheet Password Protection settings...deleting blank rows if the worksheet is empty(no cells data). This...

    docs.aspose.com/cells/phpjava/aspose-cells-for-...
  7. Can Excel comments functionality be used with a...

    Hello, I am trying to add some comments to my Worksheet which is saved via LightCells API. Everything seems to be fine, I am getting no exceptions, but once the file is saved, no comments are present. Example code snip…...to add some comments to my worksheet which is saved via LightCells...scenario is to fill a very large worksheet using LightCells and also...

    forum.aspose.com/t/can-excel-comments-functiona...
  8. How to Fill PDF Form from Excel using Python

    This tutorial contains information on how to fill PDF form from Excel using Python. It provides details to set the IDE and a runnable sample code to fill out PDF form with Excel data using Python....from a cell in a particular worksheet of the loaded Excel file....the reference to the first worksheet and the target cell in it...

    kb.aspose.com/pdf/python/how-to-fill-pdf-form-f...
  9. 【Aspose.Cell】エクセル上に配置したテキストオブジェクトの文字列置換 - 日本語によ...

    エクセル上に配置したテキストオブジェクトの文字列置換ですが、 Shape.setTextを使って行うという認識で合っていますか? その場合、添付したsample.xlsxに対して、 abc → ABC と置換した場合、 書式がすべて同じものになってしまいます。 置換結果のエクセルも添付します。after.xlsx 書式をそのままで、文字列だけ置換できないでしょうか?Desktop.zip (16.5 KB)...xlsx"); Worksheet worksheet = workbook.getWorksheets()...aspose.cells.Shape shape = worksheet.getShapes().get(0); shape...

    forum.aspose.com/t/aspose-cell/249387
  10. How to Copy Excel Sheet to Another Workbook in ...

    In this short tutorial you will learn how to copy Excel sheet to another workbook in Java. It contains the steps and code snippet explaining Java Excel sheet copy feature in any operating system like Windows, Linux, or macOS....then using Java copy excel worksheet function can be performed...workbook with the copied worksheet in it We only need to make...

    kb.aspose.com/cells/java/how-to-copy-excel-shee...