Sort Score
Result 10 results
Languages All
Labels All
Results 4,231 - 4,240 of 104,120 for

workbook

(0.18 sec)
  1. Font size is out of range error when using setH...

    Description: We are using Cell.setHtmlString() in Aspose.Cells for Java. When the HTML contains CSS like: <span style="font-size:0.75rem;">Upload</span> Aspose throws the following exception: com.aspose.cells.CellsE…...get); // Create a new workbook console.log('Aspose.Cells...getVersion()); const workbook = new aspose.Workbook(); // Access the...

    forum.aspose.com/t/font-size-is-out-of-range-er...
  2. Add Borders to Cells in a Worksheet in VSTO and...

    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....Application object (VSTO only) Add a Workbook Get the first sheet Add text...Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/add-borders-to-cells-...
  3. How to create Dynamic Rolling Chart with Node.j...

    Learn how to create a dynamic rolling chart using Aspose.Cells for Node.js via C++. Our guide will demonstrate how to implement smooth data transitions and rolling averages in your chart for a continuous and updated display....localPath = "" ; // Create a new workbook and access the first worksheet...worksheet. const workbook = new AsposeCells . Workbook (); const sheets...

    docs.aspose.com/cells/nodejs-cpp/create-dynamic...
  4. 通过JavaScript使用C++设置共享公式|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...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiate a Workbook from the uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  5. Draw a line shape with arrow icon - Free Suppor...

    alcLine.zip (13.0 KB)... Workbook workbook = new Workbook(); int w = 230...LineTo(230, 30); Shape shape = workbook.Worksheets[0].Shapes.AddFreeform(1...

    forum.aspose.com/t/draw-a-line-shape-with-arrow...
  6. Excel shape text font color is not getting modi...

    I am trying to change the text font of shape in excel document from white to black, it is only changing the first word’s color to black. Please find the attached solution for reproducing this and also suggest how can we …...Instantiate a new Workbook Workbook workbook = new Workbook(); // Get...worksheet Worksheet worksheet = workbook.Worksheets[0]; // Add a shape...

    forum.aspose.com/t/excel-shape-text-font-color-...
  7. How to Format Number as Currency with C++|Docum...

    This article will introduce how to format number to currency using Aspose.Cells for C++ API....(); // Create a new workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/format-number-to-curr...
  8. Aspose.Cells 8.9.0中的公共API更改|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....an instance of Workbook var book = new Workbook ( dir + "sample...an instance of Workbook var book = new Workbook ( dir + "sample...

    docs.aspose.com/cells/zh/net/public-api-changes...
  9. 规则不能动态解析 - Free Support Forum - aspose.com

    D.zip (7.9 KB) G H列红色为设置的规则,导入前端后, 1、修改可以触发规则变化的值(B4),背景色没有变化 2、在3行插入行,空白行G栏显示红色... 2025, 7:14am 29 Workbook wb = new Workbook(filePath.toString());...GridJsWorkbook(); Workbook wb=new Workbook(filepath); gw.imp...

    forum.aspose.com/t/topic/307853
  10. X Axis Vs. Category Axis with JavaScript via C+...

    Learn how to differentiate between the X axis and the Category axis in Aspose.Cells for JavaScript via C++. Our guide will help you understand the differences in their usage and properties, and how to configure them according to your needs...."text/javascript" > const { Workbook , SaveFormat , ChartType ...arrayBuffer (); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/javascript-cpp/x-axis-vs-...