Sort Score
Result 10 results
Languages All
Labels All
Results 4,141 - 4,150 of 28,096 for

worksheet

(0.07 sec)
  1. Java API to Render XML to MD | products.aspose.com

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

    products.aspose.com/total/java/conversion/xml-t...
  2. Decrease the Calculation Time of Cell.calculate...

    This article introduces how to use the Aspose.Cells library to reduce calculation time for cell calculation methods in Excel using JavaScript via C++....Access first worksheet const ws = workbook . worksheets . get ( 0...function without writing it in a worksheet with JavaScript via C++ Setting...

    docs.aspose.com/cells/javascript-cpp/decrease-t...
  3. Custom Validation in GridWeb|Documentation

    This article introduces custom validation in GridWeb....the cells collection of the worksheet that is currently active GridWorksheet...GridWorksheet sheet = GridWeb1 . WorkSheets [ GridWeb1 . ActiveSheetIndex...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  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. 在Aspose.Cells中为工作表添加WordArt水印|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...."Add WordArt Watermark to Worksheet.xlsx" ; //Instantiate a new...default sheet Worksheet sheet = workbook . Worksheets [ 0 ]; //Add...

    docs.aspose.com/cells/zh/net/add-wordart-waterm...
  6. Update XLTX File using .NET | products.aspose.com

    Modify XLTX documents in C# VB.NET applications without using Microsoft Excel....relevant Worksheet and relevant cell using Worksheets[0].Cells[column]...

    products.aspose.com/total/net/update/xltx/
  7. Update XLTM File using .NET | products.aspose.com

    Modify XLTM documents in C# VB.NET applications without using Microsoft Excel....relevant Worksheet and relevant cell using Worksheets[0].Cells[column]...

    products.aspose.com/total/net/update/xltm/
  8. Conversion between cell name and row/column ind...

    Learn how to perform conversion between cell name and row/column index through the Aspose.Cells for JavaScript via C++ API....{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...

    docs.aspose.com/cells/javascript-cpp/names-and-...
  9. 单元格中的新行|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....Workbook object Worksheet sheet = workbook . Worksheets [ 0 ]; sheet...

    docs.aspose.com/cells/zh/net/new-line-in-cells/
  10. Find the Root Element Name of XML Map with Java...

    Learn how to find the root element name of an XML map in Excel using Aspose.Cells for JavaScript via C++....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...Workbook const xmap = workbook . worksheets . xmlMaps . get ( 0 ); //...

    docs.aspose.com/cells/javascript-cpp/find-the-r...