Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 25,742 for

worksheet

(0.08 sec)
  1. Insert Slicer|Documentation

    Manage slicers of Excel files with Aspose.Cells for JavaScript via C++....create a slicer using the Worksheet.slicers.add() method. Create...{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...

    docs.aspose.com/cells/javascript-cpp/create-sli...
  2. 在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....模块的 copy_worksheet 方法。下面是代码示例。 Ruby 代码 def copy_worksheet ( workbook...workbook ) # Create a Worksheets object with reference to the sheets...

    docs.aspose.com/cells/zh/java/copying-and-movin...
  3. 解析Excel表格列数异常 - Free Support Forum - aspose.com

    版本:23.8 编程语言:java 问题现象: 第二个sheet检测出来16000+列,实际没有这么多列 源文件: 2024.11-原材料栾(2.18铁选矿污泥清理) (1).xlsx.zip (287.6 KB) 测试代码: public static void main(String[] args) throws Exception{ FileInputStream fileInputStream = …...ByteArrayInputStream(bytes)); Worksheet worksheet; int maxColumn = 0; int...maxRow = 0; try { Iterator<Worksheet> iterator = workbook.getWorksheets()...

    forum.aspose.com/t/excel/310744
  4. When inserting a picture and nearby cell's font...

    HI, An image is being inserted. When lines 31-33 are commented out the scale height of the picture is around 100% which is expected. However when these lines are uncommented, the text in cell 1, 1 is set to 24pts. The …...workbook = new Workbook(); Worksheet sheet = workbook.getWorksheets()...resources."); } // Add image to worksheet int pictureIndex = sheet.getPictures()...

    forum.aspose.com/t/when-inserting-a-picture-and...
  5. 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...
  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 an evaluation watermark...Limitation: Worksheet with Evaluation Watermark This worksheet will...

    docs.aspose.com/cells/python-java/licensing/
  7. How to Lock Cells to Protect Them|Documentation

    This article shows you code explaining how to lock cells to protect them using Aspose.Cells for Node.js via C++....while keeping the rest of the worksheet protected. Protecting Formulas:...functionality of the entire worksheet. Enforcing Business Rules:...

    docs.aspose.com/cells/nodejs-cpp/how-to-lock-ce...
  8. 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...
  9. How to Insert Excel Background Image using Python

    This short topic encompasses information on how to insert Excel background image using Python. It covers all the details to configure the required environment, a step-wise process, and a runnable sample code to add Excel image background using Python....Python via Java to insert a worksheet background image Create a...Access to the first default Worksheet where the image is to be added...

    kb.aspose.com/cells/python/how-to-insert-excel-...
  10. Use Error Checking Options|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....error‑checking option for a worksheet in the template XLS file using...); // Get the first worksheet Worksheet sheet = workbook . getWorksheets...

    docs.aspose.com/cells/java/use-error-checking-o...