Sort Score
Result 10 results
Languages All
Labels All
Results 3,991 - 4,000 of 27,394 for

excel worksheet

(1.33 sec)
  1. How to Fit Image to Cell Width in Aspose.Cells ...

    Hello, I’m trying to fit images to the width of a cell. Currently, I’m using the following code: C# foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { s.AspectRatioLocked = true; s.Width = 100; // This …...and 'sheet' is the target Worksheet var cell = sheet.Cells["A1"];...Insert Picture over Cells Using Excel How to Insert Picture in Cell...

    forum.aspose.com/t/how-to-fit-image-to-cell-wid...
  2. Calculate Sub Totals|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....the first worksheet Cells cells = workbook . Worksheets [ 0 ]. Cells...int [] { 1 }); // Save the Excel file workbook . Save ( "AsposeTotal...

    docs.aspose.com/cells/net/calculate-sub-totals/
  3. Specify Individual or Private Set of Fonts for ...

    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....sample code loads the sample Excel file with its individual or...Export Range of Cells in a Worksheet to Image Analyzing your prompt...

    docs.aspose.com/cells/net/specify-individual-or...
  4. The behavior of Cells.ExportDataTable() methods...

    In Aspose.Cells for .NET 24.7 Release Notes there is a Changes the behavior of Cells.ExportDataTable() methods. The change of behavior is causing issues for us. Is there a way for us to continue exporting a numeric cel…...ExportCustomDataTabl(Worksheet worksheet) { DataTable dataTable...DataTable(); int rowCount = worksheet.Cells.MaxDataRow + 1; int...

    forum.aspose.com/t/the-behavior-of-cells-export...
  5. Get or Set the Class Identifier of the Embedded...

    Learn how to get or set the class identifier of embedded OLE objects using Aspose.Cells with C++....has been read from the sample excel file containing the embedded...code executed with the sample excel file and its console output...

    docs.aspose.com/cells/cpp/get-or-set-the-class-...
  6. 通过C++和Node.js从工作簿中提取OLE对象|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....在Microsoft Excel中创建一个工作簿。 在第一个工作表上添加Microsoft Word文档、Excel工作簿和PDF文档作为OLE对象。...OleObject Collection in the first worksheet. const oles = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/extract-ole...
  7. 用C++从工作簿中提取OLE对象|Documentation

    学习如何使用Aspose.Cells和C++从工作簿中提取OLE对象。...在Microsoft Excel中创建一个工作簿。 在第一个工作表上添加Microsoft Word文档、Excel工作簿和PDF文档作为OLE对象。...OleObject Collection in the first worksheet OleObjectCollection oles =...

    docs.aspose.com/cells/zh/cpp/extract-ole-object...
  8. Filtering the kind of data while loading the wo...

    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....loading Workbook or Worksheet Load Source Excel File Without Charts...

    docs.aspose.com/cells/net/filtering-the-kind-of...
  9. 创建 Excel 图表并将其嵌入到演示文稿中作为 OLE 对象|Aspose.Slides 文档

    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....创建 Excel 图表并将其嵌入到演示文稿中作为 OLE 对象 Contents [ Hide ] 在 PowerPoint...提供了使用 Aspose.Cells for .NET 创建 Excel 图表的支持,并且这些图表可以通过 Aspose.Slides...

    docs.aspose.com/slides/zh/net/creating-excel-ch...
  10. Update XLSM File using .NET | products.aspose.com

    Modify XLSM documents in C# VB.NET applications without using Microsoft Excel....formats including Microsoft Excel files. Aspose.Cells for .NET...relevant Worksheet and relevant cell using Worksheets[0].Cells[column]...

    products.aspose.com/total/net/update/xlsm/