Sort Score
Result 10 results
Languages All
Labels All
Results 4,061 - 4,070 of 28,116 for

worksheet

(0.12 sec)
  1. 在从HTML导入时避免大数字的指数表示|Documentation

    学习如何在导入HTML时防止大数字被转换为指数表示法,使用Aspose.Cells for Node.js via C++。...loadOptions ); // Access first worksheet const sheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/avoid-expon...
  2. Convert CSV, TSV and TXT to Excel with Node.js ...

    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....Sheet 1 in Workbook const worksheet = workbook . getWorksheets...using its name const cell = worksheet . getCells (). get ( "C3"...

    docs.aspose.com/cells/nodejs-cpp/convert-csv-ts...
  3. 将VBA宏用户表单设计存储器从模板复制到目标工作簿,用JavaScript通过C++|Docu...

    学习如何使用Aspose.Cells for JavaScript通过C++将VBA项目(包括设计存储器)从一个Excel文件复制到另一个。...)); // Copy all template worksheets to target workbook const...const sheets = templateFile . worksheets ; const sheetCount = sheets...

    docs.aspose.com/cells/zh/javascript-cpp/copy-vb...
  4. What's new in Aspose.Cells for Java|Documentation

    Aspose.Cells for Java expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....properties of worksheet in xlsb files Support duplicated worksheet names...file Support Master-Detail worksheet smart markers Support smart...

    docs.aspose.com/cells/java/what-s-new-in-aspose...
  5. Aspose.Cells 16.12.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....CreateIWorkbook (); //Access first worksheet intrusive_ptr < IWorksheet...samplePath ); //Access first worksheet intrusive_ptr ws = wb -> GetIWorksheets...

    docs.aspose.com/cells/zh/cpp/public-api-changes...
  6. Set Picture as Background Fill in the Chart wit...

    Learn how to set a picture as the background fill in a chart using Aspose.Cells for JavaScript via C++. Our guide will show you how to import and position the picture, adjust its size and color, and apply formatting options to enhance your chart's appearance....arrayBuffer )); // Get the first worksheet and set its name to "Data"..."Data" let sheet = workbook . worksheets . get ( 0 ); sheet . name...

    docs.aspose.com/cells/javascript-cpp/set-pictur...
  7. 工作表大小调整的可行解决方案|Aspose.Slides 文档

    在演示文稿中修复 Excel 工作表 OLE 缩放问题:通过两种方式保持对象框一致——缩放框架或工作表——适用于 PPT 与 PPTX 格式。... Worksheet worksheet = workbook . getWorksheets...cells . Range cellRange = worksheet . getCells (). createRange...

    docs.aspose.com/slides/zh/java/working-solution...
  8. Smartly Importing JSON into Excel With Smart Ma...

    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.... The first worksheet of the smartmarker.xlsx file...following code. The first worksheet of the jsonExcelTemplate.xlsx...

    docs.aspose.com/cells/net/how-to-import-json-in...
  9. Image looks slightly different than in Excel af...

    Hi, we use following code to render an image in Excel to png: Workbook wb = new Workbook(“Example2.xlsx”); Worksheet excelWorksheet = wb.Worksheets[“Example 2”]; string rangeName = “BIPLI_Example2”; CellsHelper.DPI …...xlsx”); Worksheet excelWorksheet = wb.Worksheets[“Example 2”];...Aspose.Cells.Range range = wb.Worksheets.GetRangeByName(rangeName);...

    forum.aspose.com/t/image-looks-slightly-differe...
  10. 不用在工作表中编写,直接用JavaScript用C++进行自定义函数的计算|Documenta...

    本文介绍如何使用Aspose.Cells库,允许用JavaScript用C++在Microsoft Excel中直接计算自定义函数,无需在工作表中编写函数。加载现有Excel文件或新建一个,计算自定义函数,并保存修改后的文件。...请使用 Worksheet.calculateFormula(formula,...Access first worksheet const ws = workbook . worksheets . get ( 0...

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