Sort Score
Result 10 results
Languages All
Labels All
Results 5,691 - 5,700 of 41,172 for

worksheet

(0.08 sec)
  1. Generate Excel Files via C# | products.aspose.com

    Generate Microsoft Excel spreadsheets from a template sheet using C# code...class to represent a designer worksheet. Create its object and use...

    products.aspose.com/cells/net/assembly/
  2. How to Convert HTML to PDF|Documentation

    This topic show you how to convert HTML to PDF saveformat and MHTML to PDF saveformat using Aspose.Cells for .NET.... Provide exported worksheet html file path via IFilePathProvider...

    docs.aspose.com/cells/net/convert-html-to-pdf/
  3. Update Excel Files using C++ | products.aspose.com

    Edit Microsoft Excel XLSX, XLS, CSV documents without installing Microsoft Office with C++ based applications.... Access the Worksheet using GetIWorksheets()->GetObjectByIndex(0)...

    products.aspose.com/total/cpp/update/
  4. Aspose::Cells::Revisions::RevisionCellComment c...

    Aspose::Cells::Revisions::RevisionCellComment class. Represents a revision record of a cell comment change in C++.... GetWorksheet() Gets the worksheet. IsNull() const Checks whether...

    reference.aspose.com/cells/cpp/aspose.cells.rev...
  5. Aspose::Cells::WorkbookSettings class | Aspose....

    Aspose::Cells::WorkbookSettings class. Represents all settings of the workbook in C++....or sets the first visible worksheet tab. GetFormulaSettings()...option for newly created worksheets but does not take effect...

    reference.aspose.com/cells/cpp/aspose.cells/wor...
  6. Aspose.Cells for .NET 22.9 Release Notes|Docume...

    Aspose.Cells for .Net 22.9 Release Notes – the latest enhancements, new features, and fixes....Support multiple tables in a worksheet of .Numbers Enhancement CELLSNET-51810...corrupted Bug CELLSNET-51760 Worksheet.AutoFitColumns is not working...

    docs.aspose.com/cells/net/aspose-cells-for-net-...
  7. Class DataBar | Aspose.Cells for .NET API Refer...

    Aspose.Cells.DataBar class. Describe the DataBar conditional formatting rule. This conditional formatting rule displays a gradated data bar in the range of cells...Workbook (); Worksheet sheet = workbook . Worksheets [ 0 ]; //Adds...Dim sheet As Worksheet = workbook . Worksheets ( 0 ) ' Adds an...

    reference.aspose.com/cells/net/aspose.cells/dat...
  8. Pdf|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....PdfBookmarkEntry for Chart Sheet Fit All Worksheet Columns on Single PDF Page...Render One PDF Page Per Excel Worksheet - Excel to PDF Conversion...

    docs.aspose.com/cells/net/convert-excel-workboo...
  9. Aspose.Cells conversion. Text wrapping - Free S...

    Hello. I convert excel file to HTML. File: example.zip (9.1 KB) Table cell has “Wrap” option enabled: image.png (38.8 KB) But the converted HTML file displays such a cell on one line. Aspose.Cells v 21.9.0...xls"); Worksheet worksheet = workbook.Worksheets[0]; HtmlSaveOptions...ExportPrintAreaOnly = true; Style style = worksheet.Cells.Columns[2].Style; style...

    forum.aspose.com/t/aspose-cells-conversion-text...
  10. Check if a formula is valid before assigning it...

    Hi, In Excel, if I try to enter the following formula in a cell “=CELL[INVALID]”, Excel tells me that the formula has a problem. Is there a way to check if a formula is valid before I assign it to Cell.Formula? I want …...in example: var results = worksheet.CalculateFormula("=Sum(A1:A2)");...first worksheet Worksheet worksheet = workbook.Worksheets[0]; var...

    forum.aspose.com/t/check-if-a-formula-is-valid-...