Sort Score
Result 10 results
Languages All
Labels All
Results 3,181 - 3,190 of 30,205 for

worksheet

(0.27 sec)
  1. Add a page break in excel at end of each page i...

    Hello, I am working on a Project to convert excel files to pdf with Aspose.Cells version 25.6. Currently I am using below code for conversion: final PageSetup pgSetup = curSheet.getPageSetup(); if (pgSetup != null && …...Worksheet. However, if multiple pages...Assuming curSheet is your Worksheet object final PageSetup pgSetup...

    forum.aspose.com/t/add-a-page-break-in-excel-at...
  2. Access rendered value of cell color from condit...

    Hello, I wanted to understand whether Aspose.Cells was able to access the value that a conditional formatting rule has evaluated a cell color too in an Excel notebook. The scenario here is that I’d like to write validati…...the first worksheet worksheet = workbook.get_worksheets().get(0)...specific cell (e.g., A1) cell = worksheet.get_cells().get("A1") # Get...

    forum.aspose.com/t/access-rendered-value-of-cel...
  3. Remove XLTX Annotation Online or Manage Annotat...

    delete comments from XLTX file through online app for free. Android API code to manage comments of XLTX files....object Select the specific Worksheet Get all comments from the...object Get the sepecific Worksheet Get the threaded comment using...

    products.aspose.com/total/android-java/annotate...
  4. Remove XLTM Annotation Online or Manage Annotat...

    delete comments from XLTM file through online app for free. Android API code to manage comments of XLTM files....object Select the specific Worksheet Get all comments from the...object Get the sepecific Worksheet Get the threaded comment using...

    products.aspose.com/total/android-java/annotate...
  5. Public API Changes in Aspose.Cells 8.1.1|Docume...

    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....Cells API will export the worksheet contents with better presentation...Layout Added Support for Worksheet Scenarios A scenario is a...

    docs.aspose.com/cells/net/public-api-changes-in...
  6. Copying a range across workbook which is being ...

    I have two workbooks both with 1 table having 4 columns and 60 rows, I take one table and copy the style and then copy the value to another workbook. then I reference this copied over table entirely in another sheet of t…...format of the cell “A3” in the worksheet “copied”, the format of “A4”...“A4” in the worksheet “referenced” does not change. So you have...

    forum.aspose.com/t/copying-a-range-across-workb...
  7. Need guidance on how to achieve merged cells wi...

    Hi, we want to achieve the following layout with merged cells using smart markers only. I have attached data, template, output, and expected output in the attachment. Could you please guide us on how this can be achieved…...// Create a new worksheet Worksheet worksheet = workbook.getWorksheets()...

    forum.aspose.com/t/need-guidance-on-how-to-achi...
  8. Use Error Checking Options|Documentation

    In this article, you will find sample code that will programmatically use error checking options of Excel Worksheets e.g. Numbers stored as Text using C# API or .NET Library....error checking option for a worksheet in the template XLS file using...Assistant Close How to Scale a Worksheet Analyzing your prompt, please...

    docs.aspose.com/cells/net/use-error-checking-op...
  9. 用C++管理Excel宏启用工作簿的VBA代码|Documentation

    在C++中添加VBA模块并修改VBA或宏,使用Aspose.Cells库。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...(). GetModules (). Add ( worksheet ); // Access the VBA Module...

    docs.aspose.com/cells/zh/cpp/manage-vba-project/
  10. Reading Cell Values in Multiple Threads Simulta...

    Learn how to Read Cell Values in Multiple Threads Simultaneously with Aspose.Cells for Java APIs....thread simultaneously, set Worksheet.getCells().setMultiThreadReadin()...workbook. Adds a worksheet. Populates the worksheet with string values...

    docs.aspose.com/cells/java/reading-cell-values-...