Sort Score
Result 10 results
Languages All
Labels All
Results 3,291 - 3,300 of 30,425 for

worksheet

(0.16 sec)
  1. "GetRowHeightInch" returns slightly wrong heigh...

    See attached sample: I try to measure the grid rows to calculate where horizontal page breaks are required on a Worksheet (e.g. because I want to keep specific sets of rows together on the same page). AsposeCellsPaperHe…...breaks are required on a worksheet (e.g. because I want to keep...feasible, try exporting the worksheet to a different format (such...

    forum.aspose.com/t/getrowheightinch-returns-sli...
  2. Enable Compact Format for Negative Values in To...

    Hi Team, In Excel and ppt, Negative numbers are not appearing in a compact format in the tooltip. How can we ensure that negative values are displayed in compact format, and is it possible to modify the tooltip descript…...// Get the first worksheet Worksheet worksheet = workbook.getWorksheets()...getWorksheets().get(0); Cells cells = worksheet.getCells(); // Add headers...

    forum.aspose.com/t/enable-compact-format-for-ne...
  3. Python Excel Spreadsheet API | products.aspose....

    Aspose.Cells for Python via Java library to create, repair, merge, parse and convert excel files. Convert excel to PDF, JSON, HTML, TXT and other popular formats using Aspose.Cells for Python via Java API....excel formats and can render worksheets to XPS, PDF, MHTML, HTML...Collections Chart to Image Worksheet to Image Spreadsheet to PDF...

    products.aspose.com/cells/python-java/
  4. Incorrect Conditional Formatting in Aspose.Cell...

    I have created a sample Excel file to reproduce the issue. test2.zip (9.6 KB) In the Excel file, I added a conditional formatting to change A1 and B1 to white text color when A3’s value is 1. image.png (768 位元組) imag…...xlsx"); WorksheetCollection worksheets = workbook.getWorksheets();...getWorksheets(); // Set first worksheet's A3 to 1 worksheets.get(0).getCells()...

    forum.aspose.com/t/incorrect-conditional-format...
  5. Remove XLSB Annotation Online or Manage Annotat...

    delete comments from XLSB file through online app for free. Android API code to manage comments of XLSB 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...
  6. Remove CSV Annotation Online or Manage Annotati...

    delete comments from CSV file through online app for free. Android API code to manage comments of CSV 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...
  7. Removing Slicer|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....Python via Java, use the Worksheet.getSlicers().remove() method...remove the slicer from the worksheet. The following code snippet...

    docs.aspose.com/cells/python-java/removing-slicer/
  8. 通过Node.js和C++管理分页符|Documentation

    本文提供示例代码,并说明如何以编程方式在Excel工作表中添加、清除或删除特定的分页符,使用Aspose.Cells for Node.js via C++。... 工作表由 Worksheet 类表示。 Worksheet 类提供了用于管理工作表的广泛的属性和方法。...类提供了用于管理工作表的广泛的属性和方法。 要添加分页符,使用 Worksheet 类的 Worksheet.getHorizontalPageBre()...

    docs.aspose.com/cells/zh/nodejs-cpp/managing-pa...
  9. 在Ruby中设置页面选项|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....Accessing the first worksheet in the Excel file worksheets = workbook...sheet_index = worksheets . add () sheet = worksheets . get ( sheet_index...

    docs.aspose.com/cells/zh/java/setting-page-opti...
  10. 管理包含宏的 Excel 工作簿的 VBA 代码|Documentation

    通过 C++ 使用 Aspose.Cells for JavaScript 添加 VBA 模块并修改 VBA 或宏。...add(Worksheet) 方法在工作簿中添加新的 VBA 模块 以下示例代码创建一个新工作簿,添加一个...first worksheet const worksheet = workbook . worksheets . get...

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