Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 30,160 for

worksheet

(0.12 sec)
  1. 用JavaScript通过C++设置预设的WordArt样式到形状的文本|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++将预设的WordArt样式设置到形状的文本...first worksheet const worksheet = workbook . worksheets . get...some text const textbox = worksheet . shapes . addTextBox ( 0...

    docs.aspose.com/cells/zh/javascript-cpp/set-pre...
  2. Rich Text Custom Data Label of Chart Point with...

    Learn how to add rich text custom data labels to chart points in Aspose.Cells for JavaScript via C++. Our guide will show you how to format the labels with different fonts, colors, and alignment options to enhance the appearance and readability of your charts....first worksheet const worksheet = workbook . worksheets . get...inside the sheet const chart = worksheet . charts . get ( 0 ); // Access...

    docs.aspose.com/cells/javascript-cpp/rich-text-...
  3. Aspose.Cells 16.11.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....CustomSettings ()); //Accesses the 1st worksheet from the collection which...resides in the cell range A2:B9 Worksheet sheet = book . getWorksheets...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. How to Format Number to Scientific with C++|Doc...

    This article will introduce how to Format Number to Scientific using Aspose.Cells for C++ API....formatting for the data in your worksheets, including scientific notation...the Desired Worksheet You need to access the worksheet where you...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  5. 用C++将Excel转换为图片|Documentation

    学习如何使用Aspose.Cells for C++将Excel工作表转换为包括TIFF和SVG格式的图片。...xlsx" ); Worksheet sheet = book . GetWorksheets...outputPath ); } std :: cout << "Worksheet converted to images by page...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-i...
  6. 使用Node.js通过C++更改刻度标签方向|Documentation

    学习如何在Aspose.Cells for Node.js中更改刻度标签的方向。我们的指南将帮助你理解如何调整轴上刻度标签的方向,包括水平、垂直和角度方向。...Workbook ( filePath ); const worksheet = workbook . getWorksheets...chart from source worksheet const chart = worksheet . getCharts ()...

    docs.aspose.com/cells/zh/nodejs-cpp/change-tick...
  7. 使用 C++ 将图片作为纹理铺设到形状内部|Documentation

    学习如何使用Aspose.Cells for C++将图片平铺为形状内的纹理。...xlsx" ); // Access first worksheet Worksheet ws = wb . GetWorksheets...Access first shape inside the worksheet Shape sh = ws . GetShapes...

    docs.aspose.com/cells/zh/cpp/tile-picture-as-a-...
  8. Get HTML5 String from Cell with C++|Documentation

    Learn how to get an HTML5 string from a cell using Aspose.Cells for C++ API....text in cell A1 of the first worksheet. It then gets the normal HTML...wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/get-html5-string-from...
  9. Copying Rows and Columns|Documentation

    This article shows how to copy rows and columns through the Aspose.Cells for .NET API....columns in a worksheet without copying the entire worksheet. With Aspose...shows how to copy a row in a worksheet. It uses a template Excel...

    docs.aspose.com/cells/net/copying-rows-and-colu...
  10. Smartly Importing And Placing Data With Smart M...

    Smartly importing and placing data according to the template Excel files with Aspose.Cells library....show only 3 records in one worksheet, then the rest of the records...the second worksheet. Please note, the second worksheet should also...

    docs.aspose.com/cells/net/using-smart-markers/