Sort Score
Result 10 results
Languages All
Labels All
Results 4,251 - 4,260 of 26,820 for

excel worksheet

(0.08 sec)
  1. ImportData method overwriting the formula in la...

    AsposeBug.zip (14.2 KB) Hi, I am using Aspose.Cells for .Net and facing 1 weird issue wherein when I import data to an existing workbook using the ImportData method its overwriting formula in the last column of first r…... Setup - I have an excel with some headers. The first...first worksheet Worksheet worksheet = workbook.Worksheets[0]; //...

    forum.aspose.com/t/importdata-method-overwritin...
  2. 通过C++中的JavaScript导入HTML时删除行结束后的多余空格|Documentation

    学习如何在使用C++中的Aspose.Cells for JavaScript导入HTML时删除行结束后多余的空格。...默认情况下,此属性为 false ,在输出Excel文件时会保留多余空格。 设置 HTMLLoadOptions...Access first worksheet const sheet = workbook . worksheets . get (...

    docs.aspose.com/cells/zh/javascript-cpp/delete-...
  3. Cells 25.4创建数据透视表问题 - Free Support Forum - aspo...

    数据透视表,没有列,只有筛选器、行和两个值。生成的数据透视表里,值是多行展示,如何实现按列展示?自动把“数值”挪到列中 image.jpg (115.6 KB) 另外,基于透视表创建出来的透视图,不像正常的透视图一样,可以看到透视表的相关信息,在数据透视表分析下面没有任何可操作项?什么原因? image.jpg (159.8 KB) image.jpg (123.7 KB)...workbook and get the first worksheet Workbook workbook = new Workbook();...Workbook(); Worksheet worksheet = workbook.Worksheets[0]; // Add...

    forum.aspose.com/t/cells-25-4/314531
  4. 通过 Node.js + C++ 指定共享公式的最大行数|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 指定共享公式的最大行数。...中添加了 100 行的共享公式,保存为 输出Excel文件 。 若解压输出Excel文件内容并检查 sheet1.xml ,...setMaxRowsOfSharedFo ( 5 ); // Access first worksheet const ws = wb . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/specify-max...
  5. Aspose.Cells Pivot PrintArea - Free Support For...

    When shifting from Aspose Cells v 25.3.0 to 25.4.0, the PrintArea behavior changed. Background: given an Excel spreadsheet like this: Year Product Gross Net - - - 2001 Apples 100 30 Row Labels Sum of Net Ba…... Background: given an excel spreadsheet like this: Year...CalculateData(); sheet.Workbook.Worksheets.ActiveSheetIndex = sheet...

    forum.aspose.com/t/aspose-cells-pivot-printarea...
  6. Segmentation faults again using aspose.cells.no...

    Hi, I’m using the latest version of aspose.cells.node. However, once again, I run into so many segmentation faults when converting Excel → HTML (HtmlSaveOptions, have also tried with all options/settings off but it stil…...segmentation faults when converting Excel → HTML (HtmlSaveOptions, have...and recreate: Import timeout excel sec.xlsx - Google Sheets Thanks...

    forum.aspose.com/t/segmentation-faults-again-us...
  7. 在 PHP 中将图表转换为图像|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....Workbook (); //Get the first worksheet. $sheet = $workbook -> getWorksheets...( 0 ); //Set the name of worksheet $sheet -> setName ( "Data"...

    docs.aspose.com/cells/zh/java/converting-chart-...
  8. 导入HTML时避免大数字的指数表示法|Documentation

    学习如何在用编号Aspose.Cells for C++导入HTML时避免大数字的指数表示法。...0123456这样长于15位的数字,当你将HTML导入Excel时,这些数字会变成指数表示法如1.23457E+15。如...workbook ( data , loadOptions ); Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/avoid-exponential-...
  9. Aspose.Cells for Java - Interruptible Library|D...

    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....processes while working with large Excel files. Sometimes, you want to...new Workbook (); // Get the Worksheets WorksheetCollection wss =...

    docs.aspose.com/cells/java/aspose-cells-for-jav...
  10. 使用JavaScript via C++将多个工作簿合并为一个工作簿|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++将多个工作簿合并为一个工作簿。...Example </ h1 > < p > Select two Excel files to combine: </ p > < input...{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...

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