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

excel worksheet

(0.12 sec)
  1. 用Node.js通过C++创建成交量 最高 最低 收盘(VHLC)股票图表|Documenta...

    学习如何使用Aspose.Cells for Node.js via C++创建成交量 最高 最低 收盘股票图表。我们的指南将演示如何在图表中绘制股票市场数据,包括成交量、最高价、最低价和收盘价,以便进行更好的分析和可视化。...成交量高低收(VHLC)股票图表 示例代码 以下示例代码加载了 样本Excel文件 并生成了 输出Excel文件 。 const path = require...Access the first worksheet. const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/create-volu...
  2. Load Workbook with Specified Printer Paper Size...

    Learn how to set the printer paper size while loading a workbook using Aspose.Cells for Node.js via C++....you create a new file in MS Excel, you will find that the paper...some data inside the first worksheet const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/load-workbook-...
  3. AutoFit Rows for Rendering with JavaScript via ...

    Learn how to auto-fit rows for rendering in Excel using Aspose.Cells for JavaScript via C++. Prevent text clipping in saved PDF files....with 100% zoom in Microsoft Excel. This allows the text to be...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/javascript-cpp/autofit-ro...
  4. How to Add Filter in XLSX File using C++

    In this tutorial, we will learn how to add filter in XLSX file using C++. You can insert filter in Excel Worksheet on MS Windows or Linux programmatically in C++....You can insert filter in Excel worksheet on Microsoft Windows, Linux...Class object to instantiate new Excel workbook Insert sample values...

    kb.aspose.com/cells/cpp/how-to-add-filter-in-xl...
  5. 如何将Excel中的公式导出为其他类型的表达式,使用C++|Documentation

    使用Aspose.Cells for C++将Excel公式导出为LaTeX和MathML。...如何将Excel中的公式导出为其他类型的表达式,使用C++ Contents [ Hide ] 有时,你可能需要在代码中...有时,你可能需要在代码中将Excel公式导出为其他格式以满足工作需求。Aspose.Cells for C++库能满足这些需求。以下内容介绍如何...

    docs.aspose.com/cells/zh/cpp/export-equation/
  6. Split Panes in Jython|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....setActiveCell ( "A20" ); # Split the worksheet window workbook . getWorksheets...( 0 ). split (); # Save the Excel file workbook . save ( dataDir...

    docs.aspose.com/cells/java/split-panes-in-jython/
  7. Cells#copyColumns results in incomplete formatt...

    Hi, Using Aspose Cells for Java, version 25.9. Sample code: Workbook workbook = new Workbook("input.xlsx"); Worksheet Worksheet = workbook.getWorksheets().get("IT Projections"); Cells cells = Worksheet.getCells(); cel…...xlsx"); Worksheet worksheet = workbook.getWorksheets()...Projections"); Cells cells = worksheet.getCells(); cells.insertColumns(3...

    forum.aspose.com/t/cells-copycolumns-results-in...
  8. 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...
  9. 如何使用 C++ 和 JavaScript 缩放工作表|Documentation

    本文展示了使用 C++ 和 Aspose.Cells for JavaScript 缩放工作表的示例代码。... 如何在Excel中缩放工作表 在Excel中缩放工作表可以帮助你在打印时将内容适配到...是缩放工作表的步骤: 打开你的工作表:打开你想要缩放的Excel工作表。 转到页面布局标签:在功能区中点击“页面布局”标签。...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  10. 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...