Sort Score
Result 10 results
Languages All
Labels All
Results 4,331 - 4,340 of 26,973 for

excel worksheet

(0.24 sec)
  1. CellsException: Invalid shift option with inser...

    When I use the insertCutCells method exactly as outlined here and I provide the ShiftType.NONE option, I always get the error: com.aspose.cells.CellsException: Invalid shift option. I want to do a cut, but not insert t…...Aspose is the same as in desktop Excel: 1) selecting range 2) shortcut...Ctrl + V functionality from Excel without actually inserting the...

    forum.aspose.com/t/cellsexception-invalid-shift...
  2. # Symbols Are Appearing for a Number Column in ...

    Hi Team, I’m attaching the sample output file with standalone program to reproduce the issue. I want to see the entire number in table in second column but appears as # symbols. import java.awt.Color; import java.io.B…...Worksheet; import com.aspose.slides...workbook = new Workbook(); Worksheet worksheet = workbook.getWorksheets()...

    forum.aspose.com/t/symbols-are-appearing-for-a-...
  3. Pivot Table Defaults to COUNT instead of SUM wi...

    Hi Aspose Team, We are using Aspose.Cells for Node.js via Java to generate Excel reports with pivot tables. Our Goal: We need to create a pivot table that summarizes an “Amount” column from a source data sheet using S…...js via Java to generate Excel reports with pivot tables. Our...MEMORY_PREFERENCE); const worksheet = sampleWorkbook.getWorksheets()...

    forum.aspose.com/t/pivot-table-defaults-to-coun...
  4. SaveToStream on a workbook with at least 257 co...

    If you call SaveToStream on a workbook that contains at least 257 columns, the returned stream contains corrupt data. If you create a new workbook from the stream, this workbook will not contain the correct values. In ad…...= new(); Worksheet sheet = saveWorkbook.Worksheets.First(); sheet...object value = readWorkbook.Worksheets.First().Cells[0, 256].Value;...

    forum.aspose.com/t/savetostream-on-a-workbook-w...
  5. Public API Changes in Aspose.Cells 8.6.3|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....while importing data onto the worksheet and sets the parsed result...built‑in styles offered by the Excel application . The Workbook.CreateBuiltinStyle...

    docs.aspose.com/cells/net/public-api-changes-in...
  6. Set External Links in Formulas with JavaScript ...

    Learn how to set external links in formulas using Aspose.Cells for JavaScript via C++....the first worksheet const sheet = workbook . worksheets . get (...textContent = 'Download Modified Excel File' ; document . getElementById...

    docs.aspose.com/cells/javascript-cpp/set-extern...
  7. Convert PPS to XLT in Android Apps or with free...

    Convert PPS to XLT in Android Apps or Online App without using using Microsoft Excel or PowerPoint or online. Test free PPS to XLT online converter quickly before integrating the code....applications without using Microsoft ® Excel or PowerPoint Download Why to...is an Excel template file format used to store worksheets created...

    products.aspose.com/total/android-java/conversi...
  8. Convert PDF to CSV via Java | products.aspose.com

    Export PDF to CSV via Java API without using Microsoft Excel or Adobe Reader...data validation, formatting, worksheet protection, charting, and...converted XLSX file. Select Worksheet via its index, create a Shape...

    products.aspose.com/total/java/conversion/pdf-t...
  9. If text is long vertically it is not moving to ...

    if i fix the column width and if text is long vertically it is not moving to next page. autofitrow() not working as expected...workbook and access the first worksheet Workbook workbook = new Workbook();...Workbook(); Worksheet worksheet = workbook.getWorksheets().get(0);...

    forum.aspose.com/t/if-text-is-long-vertically-i...
  10. 在使用C++的JavaScript中自动在表格或列表对象中输入新行时传播公式|Document...

    学习如何在使用C++的JavaScript中使用模板在输入新行时自动传播表格或列表对象中的公式...这是微软Excel的默认行为。要在使用C++的JavaScript中实现相同的功能,请使用...列中的公式会在输入新数据时自动传播到新行。请查看此代码生成的 输出 Excel 文件 。如果在 A3 单元格中输入任何数字,你会看到 B2...

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