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

worksheet

(0.06 sec)
  1. Update XLT File using C++ | products.aspose.com

    Modify XLT document in C++ applications without using Microsoft Excel....CreateIWorkbook Access of relevant Worksheet using GetIWorksheets()->GetObjectByIndex(0)...contains a pre-designed worksheet. This worksheet can be used as a starting...

    products.aspose.com/total/cpp/update/xlt/
  2. 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...
  3. 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...
  4. 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/
  5. 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-...
  6. 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...
  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. 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...
  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 Rotate a Cell in Excel using Python

    This quick tutorial explains how to rotate a cell in Excel using Python. Only a few number of API calls and steps are required while rotating cells in Excel using Python....Get access to the target worksheet Get access to the target cell...cell in the worksheet and set some data in it Get the Style of...

    kb.aspose.com/cells/python/how-to-rotate-a-cell...