Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 30,176 for

worksheet

(0.46 sec)
  1. 如何通过 Node.js 以及 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....// Get the first worksheet const worksheet = workbook . getWorksheets...Add some text in cell A1 worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-chan...
  2. Rendering Timeline with C++|Documentation

    Manage timelines of Excel files with Aspose.Cells with C++.... If you convert your worksheet into an image or save your...); // Access second worksheet. Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/rendering-timeline/
  3. How to Check Frozen State without Excel Using J...

    In this article, you will learn how to check the frozen state of an Excel Worksheet programmatically using JavaScript with a C++ library....frozen state of an Excel worksheet programmatically. We can simply...simply determine whether the worksheet is frozen or split in MS Excel...

    docs.aspose.com/cells/javascript-cpp/how-to-che...
  4. 用C++格式化切片器|Documentation

    使用Aspose.Cells和C++格式化Microsoft Excel中的切片器。...// Access first worksheet. Worksheet worksheet = workbook . GetWorksheets...collection. Slicer slicer = worksheet . GetSlicers (). Get ( 0 );...

    docs.aspose.com/cells/zh/cpp/formatting-slicer/
  5. Chart labels are rendered incorrectly when conv...

    Hi Aspose team, I’m trying to convert a range of cells in excel that contains a chart to an EMF image using the following code: //Load the Excel file Workbook workbook = new Workbook(dir + @"\Test_07312025\Chart_templa…...the worksheet Worksheet worksheet = workbook.Worksheets["CorrelationAnalysis"];...desired range in the worksheet worksheet.PageSetup.PrintArea =...

    forum.aspose.com/t/chart-labels-are-rendered-in...
  6. Dynamic add a svg picture not work when convert...

    Hi, I am using aspose-20.12. I want to add a svg picture before save to html. but in the html, can not found the picture. Workbook workbook = new Workbook("excel-normal3.xlsx"); Worksheet Worksheet = workbook.getWorksh…...xlsx"); Worksheet worksheet = workbook.getWorksheets()...PictureCollection pictures = worksheet.getPictures(); pictures.add(0...

    forum.aspose.com/t/dynamic-add-a-svg-picture-no...
  7. Inserting and Deleting Rows and Columns|Documen...

    Learn how to Insert and Delete Rows and Columns through the Aspose.Cells for Java APIs....Introduction Whether creating a new worksheet from scratch or working on...on an existing worksheet, we may need to add extra rows or columns...

    docs.aspose.com/cells/java/inserting-and-deleti...
  8. 使用JavaScript通过C++将工作表渲染到图形上下文|Documentation

    学习如何使用C++的Aspose.Cells for JavaScript将工作表渲染到图形上下文,包括渲染到图像文件、屏幕和打印机。...Cells Example - Render Worksheet to Image </ title > </ head...> < body > < h1 > Render Worksheet to Image </ h1 > < input type...

    docs.aspose.com/cells/zh/javascript-cpp/render-...
  9. 使用C++检测超链接类型|Documentation

    通过Aspose.Cells for C++ API学习如何检测超链接类型。...xlsx" ); Worksheet worksheet = workbook . GetWorksheets...); if ( ! worksheet ) { std :: cerr << "Worksheet not found!"...

    docs.aspose.com/cells/zh/cpp/detect-hyperlink-t...
  10. 使用原始值搜索数据|Documentation

    学习如何通过Aspose.Cells for JavaScript通过C++ API使用原始值进行数据搜索。...SaveFormat , FindOptions , Worksheet , Cell , Utils } = AsposeCells...first worksheet const worksheet = workbook . worksheets . get...

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