Sort Score
Result 10 results
Languages All
Labels All
Results 3,561 - 3,570 of 157,020 for

xlsx

(0.37 sec)
  1. Ինչպես տեղադրել աղյուսակի ֆոնային պատկերը Java-ում

    Այս կարճ ձեռնարկը ցույց է տալիս, թե ինչպես տեղադրել աղյուսակի ֆոնային պատկեր Java-ում: Այն նկարագրում է շրջակա միջավայրի կազմաձևման ամբողջական գործընթացը, ծրագրի փուլային հոսքը և գործարկվող պարզեցված կոդը, որը ցույց է տալիս Excel թերթի Java-ում ֆոնային նկարներ տեղադրելու գործընթացը:...գիրքը կարող է պահպանվել որպես XLSX , XLS կամ ցանկացած ցանկալի ձևաչափով`...

    kb.aspose.com/hy/cells/java/how-to-insert-sprea...
  2. Convert Worksheet to Image - Remove whitespace ...

    Learn how to convert Microsoft Excel worksheets to images and remove whitespace around data using Aspose.Cells for Node.js via C++....xlsx" )); // Get the first worksheet...

    docs.aspose.com/cells/nodejs-cpp/convert-worksh...
  3. Checkbox on Excel - Free Support Forum - aspose...

    Hello, I need to manage check box on excel cells thanks to the new feature provide per Excel. image.png (7.4 KB) Which permit to have checkbox like this: image.png (491 Bytes) We are developing a web application and…...xlsx"); Hope, this helps a bit. BASSETTI...

    forum.aspose.com/t/checkbox-on-excel/312207
  4. Expanding Text from Right to Left while Exporti...

    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....xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/expanding-...
  5. Find Type of X and Y Values of Points in Chart ...

    Learn how to determine the type of X and Y values in chart series points using Aspose.Cells for JavaScript via C++. This guide explains the types of data values and how to access and work with them in your charts....xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/find-type-...
  6. Extract Images from Worksheets using ImageOrPri...

    Learn how to extract images from Excel worksheets and save them using Aspose.Cells for JavaScript via C++....xlsx" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/extract-im...
  7. 获取应用于单元格的验证|Documentation

    本文介绍了如何通过C++中的JavaScript对单元格应用验证。...xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/zh/javascript-cpp/get-val...
  8. Public API Changes in Aspose.Cells 17.1.0|Docum...

    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....xlsx" )); //Create a workbook intrusive_ptr...()); //Save the workbook in xlsx format wb -> Save ( outCreateNamedRange...

    docs.aspose.com/cells/go-cpp/public-api-changes...
  9. Convert Text to Columns using Aspose.Cells for ...

    Learn how to convert text to columns in Excel using Aspose.Cells for Node.js via C++....xlsx" ); // Create a workbook. const...opts ); // Save the workbook in xlsx format. wb . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/convert-text-t...
  10. 使用C++创建、处理或删除工作表中的场景|Documentation

    在本文中,你将学习如何使用C++和Aspose.Cells API在Excel工作表中程序化创建、操作或删除场景。...下面的示例代码打开一个包含一些场景的Excel文件(XLSX格式),删除一个现有的场景,并在保存前向工作表中添加一个新场景。示例使用非常简单的模板文件。...( srcDir + u "aspose-sample.xlsx" ); // Access first worksheet...

    docs.aspose.com/cells/zh/cpp/create-manipulate-...