Sort Score
Result 10 results
Languages All
Labels All
Results 2,971 - 2,980 of 26,797 for

excel worksheet

(0.2 sec)
  1. 在 Apache POI 和 Aspose.Cells 中创建不同的 Cell 类型|Docu...

    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....added worksheet in the Excel file Worksheet worksheet = workbook...get ( 0 ); Cells cells = worksheet . getCells (); //Adding a...

    docs.aspose.com/cells/zh/java/create-different-...
  2. Aspose.Cells Java For 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....for Java is an award‑winning Excel Spreadsheet component that allows...read, write and manipulate Excel® spreadsheets (XLS, XLSX, XLSM...

    docs.aspose.com/cells/java/aspose-cells-java-fo...
  3. getColumnWidthPixel how to calculate width - Fr...

    Workbook workbook = new Workbook(); Worksheet Worksheet = workbook.getWorksheets().get(0); Cells cells = Worksheet.getCells(); cells.setColumnWidthPixel(0, 170); ByteArrayOutputStream baos = new ByteArrayOutputStream(); …...workbook = new Workbook(); Worksheet worksheet = workbook.getWorksheets()...getWorksheets().get(0); Cells cells = worksheet.getCells(); cells.setColumnWidthPixel(0...

    forum.aspose.com/t/getcolumnwidthpixel-how-to-c...
  4. Setting Headers and Footers with JavaScript via...

    This article explains how to programmatically insert an image in the header and footer of Excel Worksheets using Aspose.Cells for JavaScript via C++....headers and footers to the worksheets also. Headers and footers...add headers and footers to worksheets at runtime, but we recommend...

    docs.aspose.com/cells/javascript-cpp/setting-he...
  5. Incorrect formula processing - TOCOL and nested...

    Hi We are evaluating upgrading to the latest version of Aspose Cells to take advantage of the support for newer Excel functions. We have found an issue where the formula =TOCOL(SIMPLE_TABLE *(100-MULTIPLIERS),TRUE) retur…...advantage of the support for newer Excel functions. We have found an...attached simplified code and excel to show the issue. AsposeToColMultiplie...

    forum.aspose.com/t/incorrect-formula-processing...
  6. 通过使用HTML设置单元格值显示项目符号|Documentation

    使用易于使用的Aspose.Cells for JavaScript通过C++在Excel单元格中添加项目符号。...> < p > Select an existing Excel file to modify or leave empty...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/zh/javascript-cpp/display...
  7. Working with Background in ODS Files with JavaS...

    Learn how to manage backgrounds in ODS files using Aspose.Cells for JavaScript via C++....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...red;">Please select an ODS/Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  8. Setting Headers and Footers with C++|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel Worksheets by setting the header and footer with script commands using the C++ API or Library....footers can also be added to worksheets. They can be used to display...add headers and footers to worksheets at runtime, but we recommend...

    docs.aspose.com/cells/cpp/setting-headers-and-f...
  9. Create Dynamic Charts|Documentation

    Learn how to create dynamic charts in Aspose.Cells for Python via .NET. Our guide will show you how to dynamically update chart data, series, and formatting based on your requirements, allowing you to present changing data visually in your Worksheets....use the filtering option of Excel Tables or use a control such...aforementioned approaches. Using Excel Tables Excel tables are referred to...

    docs.aspose.com/cells/python-net/create-dynamic...
  10. 如何通过 JavaScript 和 C++ 控制工作表标签栏|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 控制工作表标签栏。...Contents [ Hide ] 可能的使用场景 当你需要调整 Excel 表格栏的显示时,需要了解如何控制工作表标签栏,例如隐藏...Cells Example - Populate Worksheet and Save </ h1 > < input type...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...