Sort Score
Result 10 results
Languages All
Labels All
Results 4,091 - 4,100 of 27,092 for

excel worksheet

(0.1 sec)
  1. Importing Data from a DataTable to Grid|Documen...

    This article introduces how to import data in GridDesktop....Microsoft has provided an excellent way to store data offline...the reference of a desired worksheet. Import the DataTable contents...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  2. 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...
  3. Convert Chart to Image for Japanese Region with...

    Learn how to use Aspose.Cells for JavaScript via C++ to set the Japanese configuration for the chart. Our guide will demonstrate how to configure charts to support Japanese characters and formatting, including fonts, size, text direction, and more....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...style="color: red;">Please select an Excel file (optional for this demo)...

    docs.aspose.com/cells/javascript-cpp/convert-ch...
  4. Add Calculated Field in Pivot Table|Documentation

    How to add a calculated field in a pivot table with Aspose.Cells for Python via .NET....Calculated Field in a Pivot Table in Excel Insert a calculated field in...in a PivotTable in Excel by following these steps: Select the...

    docs.aspose.com/cells/python-net/add-calculated...
  5. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in Python to apply conditional formatting shading for alternating rows and columns. By adjusting these criteria, you have more control over how cells look....formatting rules for the Worksheet object. These rules can be...conditional formatting rules and Excel’s built‑in functions. This article...

    docs.aspose.com/cells/python-net/apply-shading-...
  6. Aspose.Cells Template and Smart Markers|Documen...

    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....Cells template is a Microsoft Excel workbook that contains Smart...allow you to insert Microsoft Excel’s formulas into cells even when...

    docs.aspose.com/cells/reportingservices/aspose-...
  7. 使用 C++ 通过 JavaScript 导入 XML 到 Excel 工作簿|Documen...

    使用 Aspose.Cells for JavaScript 通过 C++ 将数据从 XML 文件导入 Excel。...C++ 通过 JavaScript 导入 XML 到 Excel 工作簿 Contents [ Hide ] Aspose...方法导入工作簿内的XML映射。可以按照以下步骤在Microsoft Excel中导入XML映射: 选择** 开发人员** 选项卡 单击...

    docs.aspose.com/cells/zh/javascript-cpp/import-...
  8. Missing text in labels - Free Support Forum - a...

    Hi, when I try to get an image from a chart in Excel, only parts of the labels are picked. In the example, you will see that ‘Type…’ is missing. Here is the code: Aspose.Cells.License lic = new Cells.License(); lic…...get an image from a chart in Excel, only parts of the labels are...ioBy_VA”; Worksheet excelWorksheet = wb.Worksheets[“Output”];...

    forum.aspose.com/t/missing-text-in-labels/310539
  9. How to set AutoRecover property of Workbook wit...

    Learn how to set the AutoRecover property of a workbook using Aspose.Cells for JavaScript via C++....Microsoft Excel disables AutoRecover (Autosave) on that Excel file...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/how-to-set...
  10. Datalabels YPixel not set well - Free Support F...

    Hi All, I have a problem when I modify theYPixel position for a datalabel. This position is modified but do not contain the expected value… I am using Aspose.Cells 25.4.0 cf the code below: var pathWorkbook = @"...\…...Cells Product Family excel-charts , chart hormancey May...Workbook(pathWorkbook); Worksheet sheettest = wbtest.Worksheets[0]; Chart charttest...

    forum.aspose.com/t/datalabels-ypixel-not-set-we...