Sort Score
Result 10 results
Languages All
Labels All
Results 4,781 - 4,790 of 28,521 for

worksheet

(0.31 sec)
  1. Convert JSON Format to DOT via C++ | products.a...

    C++ API t0 Parse JSON to DOT without using Microsoft Word...height for all rows in the worksheet, you can do it by using the...width for all columns in the worksheet, use the ICells collection’s...

    products.aspose.com/total/cpp/conversion/json-t...
  2. 使用Node.js在C++中使用ImageOrPrint选项将工作表转换为图片|Documen...

    学习如何使用Aspose.Cells for Node.js via C++将工作表转换为图片文件,并应用各种图像和打印选项。...filePath ); // Get the first worksheet const sheet = workbook . getWorksheets...filePath ); // Get the first worksheet. const sheet = workbook ....

    docs.aspose.com/cells/zh/nodejs-cpp/converting-...
  3. Graphic elements in HTML are not displayed - Fr...

    I am using Aspose.Cells 25.9.0. .NET 9.0 There is Excel file with Shapes and Icons inserted into it. Unfortunately, when converting to HTML, Icons are not displayed. Code: using System.Text; using Aspose.Cells; usi…...Worksheets.Names.First(x => x.FullText...GetRange()!; var worksheet = range.Worksheet; worksheet.PageSetup.PrintArea...

    forum.aspose.com/t/graphic-elements-in-html-are...
  4. Cell colors in HTML are displayed incorrectly -...

    I am using Aspose.Cells 25.9.0. .NET 9.0 The cells are colored differently via Home > Styles > Conditional Formatting and Style is applied to the cells via Format Cells > Fill > Pattern Style. Everything is fine in E…...Worksheets.Names.First(x => x.FullText...GetRange()!; var worksheet = range.Worksheet; worksheet.PageSetup.PrintArea...

    forum.aspose.com/t/cell-colors-in-html-are-disp...
  5. Setting Dynamic Array Formulas with JavaScript ...

    How to use Aspose.Cells library to calculate dynamic array formulas in Excel using JavaScript via C++. Load, calculate, and save Excel files easily....efficiency and simplify your worksheets. They can handle large datasets...formulas. They can slow down worksheet performance, especially if...

    docs.aspose.com/cells/javascript-cpp/calculatio...
  6. XLOOKUP returns #VALUE - Free Support Forum - a...

    I am using Aspose.Cells 25.11.0. .NET 9.0 using System.Collections; using Aspose.Cells; var input = @"C:\input-for-aspose.xlsx"; var output = @"C:\output.xlsx"; Workbook? wbc; using (var ms = new FileStream(input, F…...Worksheet.Index); _list.Add(data.CellRow);...Count; i+=4) { Cell cell = wb.Worksheets[(int)_list[i]].Cells[(int)_list[i...

    forum.aspose.com/t/xlookup-returns-value/322497
  7. Create XLSM Using Python | products.aspose.com

    Generate Microsoft Excel XLSM documents using Python applications without using Microsoft Office....Get the access of required Worksheet using getWorksheets().get(index)...in the accessed cell using Worksheet.getCells().get(indexValue)...

    products.aspose.com/total/python-java/create/xlsm/
  8. Convert WBMP to XLS via C# | Aspose

    Sample code for WBMP to XLS C# conversion. Use API example code for batch WBMP files to XLS conversion within VB.NET, Asp.NET or any .NET based application....workbook can have one or more worksheets. Data is stored and displayed...users in table format in worksheet and can span numeric values...

    products.aspose.com/ocr/net/conversion/wbmp-to-...
  9. Update XLSM File using Python | products.aspose...

    Modify XLSM document in Python applications without using Microsoft Excel....parameter Access of relevant Worksheet using getWorksheets().get(index)...in the accessed cell using Worksheet.getCells().get(indexValue)...

    products.aspose.com/total/python-java/update/xlsm/
  10. | Aspose

    Sample code for JP2 to XLS Java conversion. Use API example code for batch JP2 files to XLS conversion within any Web or Desktop Java based application....workbook can have one or more worksheets. Data is stored and displayed...users in table format in worksheet and can span numeric values...

    products.aspose.com/ocr/cpp/conversion/jp2-to-xls/