Sort Score
Result 10 results
Languages All
Labels All
Results 3,201 - 3,210 of 30,150 for

worksheet

(0.26 sec)
  1. Symbol in chart incorrectly rendered when using...

    Hi Aspose Team, I’m noticing an issue with a symbol not rendering correctly when I convert a chart to image using aspose cells. I’m using the latest version of aspose cells, V25.4.0. Here’s the code I’ve used: Documen…...xlsm")) { Worksheet sourceWS = TemplateWB.Worksheets["MeasureChartsNew"];...captured when converting the worksheet to image sourceWS.PageSetup...

    forum.aspose.com/t/symbol-in-chart-incorrectly-...
  2. How to Format Number to Special with C++|Docume...

    This article will introduce how to Format Number to Special using Aspose.Cells for C++ API....Create a Workbook and Access a Worksheet You can either create a new...Cell You need to access the worksheet where you want to format numbers...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  3. 如何通过C++使用JavaScript设置打印区域|Documentation

    本文向您展示了如何使用C++的Aspose.Cells库中的JavaScript设置打印区域的代码。...desired worksheet (first worksheet) const worksheet = workbook...workbook . worksheets . get ( 0 ); // Set the print area - specify...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  4. 旋转单元格文本|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.... Worksheet objSheet = ( Excel . Worksheet ) objBook...sheet. Worksheet objworksheet = objworkbook . Worksheets [ 0 ];...

    docs.aspose.com/cells/zh/net/rotating-cell-text/
  5. Loading and Managing Excel, OpenOffice, JSON, C...

    With Aspose.Cells for C++, it is simple to create, open, and manage Excel, CSV, TSV, ODS, HTML, Numbers, JSON, XML, PDF, JPG, TIFF, Image, MHT, and XPS files.... Worksheet sheet = wb . GetWorksheets...workbook1 . GetWorksheets (); Worksheet sheet = sheets . Add ( u "MySheet"...

    docs.aspose.com/cells/cpp/loading-saving-and-ma...
  6. 用Node.js通过C++按名称访问文本框|Documentation

    学习如何使用Aspose.Cells for Node.js via C++从集合中按名称访问文本框。...Hide ] 按名称访问文本框 早先,可以通过索引访问 Worksheet.getTextBoxes() 集合中的文本框,但现...filePath ); // Access first worksheet from the collection const...

    docs.aspose.com/cells/zh/nodejs-cpp/access-the-...
  7. 在保存为 PDF 时使用 C++ 通过 JavaScript 打印批注|Documentation

    学习如何在使用 C++ 通过 JavaScript 将 Excel 文档保存为 PDF 时打印批注。...arrayBuffer )); const worksheet = workbook . worksheets . get ( 0 ); worksheet...worksheet . pageSetup . printComments = AsposeCells . PrintCommentsType...

    docs.aspose.com/cells/zh/javascript-cpp/print-c...
  8. 使用GridLines导出Excel到HTML via JavaScript。|Documen...

    学习如何使用Aspose.Cells for JavaScript via C++导出带有网格线的Excel文件到HTML格式。...Access first worksheet const ws = wb . worksheets . get ( 0 );...); // Fill worksheet with some integer values for ( let r = 0...

    docs.aspose.com/cells/zh/javascript-cpp/export-...
  9. Use Error Checking Options|Documentation

    In this article, you will find sample code that will programmatically use error checking options of Excel Worksheets, e.g., Numbers stored as Text, using Aspose.Cells for Python via .NET API....error‑checking option for a worksheet in the template XLS file using...Assistant Close How to Scale a Worksheet with Python.NET Analyzing...

    docs.aspose.com/cells/python-net/use-error-chec...
  10. 用JavaScript通过C++隐藏工作表中的零值显示|Documentation

    本文章将为您展示一段示例代码,说明如何通过C++的JavaScript库以编程方式隐藏Excel电子表格中的零值。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...arrayBuffer )); // Get First worksheet of the workbook const sheet...

    docs.aspose.com/cells/zh/javascript-cpp/hiding-...