Sort Score
Result 10 results
Languages All
Labels All
Results 2,791 - 2,800 of 26,943 for

excel worksheet

(0.14 sec)
  1. Avoid using scientific notation when the import...

    Hi, Is there a way to avoid using scientific notation on a large numeric value when using smart marker? Let’s say if my data from the data source includes a large numeric value (e.g. “123456789000”), when I process the…...the first worksheet var worksheet = workbook.Worksheets[0]; // Set...format of the cell to text worksheet.Cells["A1"].SetStyle(new Style()...

    forum.aspose.com/t/avoid-using-scientific-notat...
  2. Setting Page Options with C++|Documentation

    This article provides sample code to set page options of Excel Worksheets programmatically using the C++ API. You will be able to set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....configure page‑setup settings for worksheets to control printing. These...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/setting-page-options/
  3. Find if Data Points are in the Second Pie or Ba...

    Learn how to use Aspose.Cells for JavaScript via C++ to find if data points are in the second pie or bar on a pie of pie or bar of pie chart. This guide will demonstrate how to identify and access the secondary pie or bar on a composite chart, allowing you to analyze and manipulate the data effectively....Please download the sample Excel file used in the following sample...output. If you open the sample Excel file , you will find that all...

    docs.aspose.com/cells/javascript-cpp/find-if-da...
  4. Create Access and Copy Named Ranges with JavaSc...

    Learn how to create, access, and copy named ranges in Excel using Aspose.Cells for JavaScript via C++....refer to data on the same worksheet; if you want to represent...represent a range on another worksheet, you may use a name. Named ranges...

    docs.aspose.com/cells/javascript-cpp/create-acc...
  5. 如何通过 C++ 使用 Node.js 创建甘特图|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ API 创建甘特图。... 如何在Excel中创建甘特图 你可以按照以下步骤在Excel中创建甘特图: 添加一些用于甘特图的数据。...Cells中添加甘特图的方法。 请查看以下示例代码。它加载包含一些示例数据的 示例Excel文件 ,然后基于初始数据创建堆积柱状图,并设置相关属性。最后将工作簿保存为...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-crea...
  6. getColumnWidthPixel how to calculate width - Fr...

    Workbook workbook = new Workbook(); Worksheet Worksheet = workbook.getWorksheets().get(0); Cells cells = Worksheet.getCells(); cells.setColumnWidthPixel(0, 170); ByteArrayOutputStream baos = new ByteArrayOutputStream(); …...workbook = new Workbook(); Worksheet worksheet = workbook.getWorksheets()...getWorksheets().get(0); Cells cells = worksheet.getCells(); cells.setColumnWidthPixel(0...

    forum.aspose.com/t/getcolumnwidthpixel-how-to-c...
  7. Set Range Border with JavaScript via C++|Docume...

    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....border in Excel To set the border of a range in Excel, you can...data to cells in the first worksheet. Create a Range . Set the...

    docs.aspose.com/cells/javascript-cpp/set-range-...
  8. Set preset WordArt style to the text of the sha...

    Learn how to set a preset WordArt style to the text of a shape using Aspose.Cells for Node.js via C++....how the output Excel file looks in Microsoft Excel. const AsposeCells...(); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/set-preset-wor...
  9. 在用 C++ 通过 JavaScript 计算图表后读取坐标轴标签|Documentation

    学习如何在绘制图表后通过 C++ 读取 Aspose.Cells for JavaScript 中的坐标轴标签。我们的指南将展示如何访问和获取坐标轴标签,包括它们的格式和位置。...计算图表后读取轴标签 请参阅以下示例代码,加载[sample Excel file](ReadAxisLabels.xlsx)并...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/read-ax...
  10. Fill Settings|Documentation

    Aspose.Cells is a .NET library for working with spreadsheet files. It supports setting the fill settings of cells, allowing users to customize the background and style of cells. This article will introduce how to use the Aspose.Cells library to set cell fill settings....Background Patterns Microsoft Excel can set the foreground (outline)...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/net/cells-fill-settings/