Sort Score
Result 10 results
Languages All
Labels All
Results 5,981 - 5,990 of 27,204 for

excel worksheet

(0.17 sec)
  1. 使用 C++ 在 Node.js 中获取工作表中的最大范围|Documentation

    本文描述了如何使用 Aspose.Cells for Node.js via C++ 获取 Excel 文件的最大范围、最大数据范围和最大显示范围。...Get all the worksheets in the book. const worksheets = workbook...getWorksheets (); const sheet = worksheets . get ( 0 ); // Gets the...

    docs.aspose.com/cells/zh/nodejs-cpp/get-max-ran...
  2. LET function #NAME error - Free Support Forum -...

    We are getting a couple of errors due to the LET function after calling wb.CalculateFormula(ignoreError: true). We are using version 25.9 of Aspose.Cells When using an xlsb workbook format with a LET function and call…...Worksheet.Cells.CreateRange(a,b,c,d)...with the LET function in your Excel workbooks while using Aspose...

    forum.aspose.com/t/let-function-name-error/319910
  3. InsertCutCells wiping out invalid custom functi...

    When I use InsertCutCells to copy a range containing a formula with an invalid custom function name into a new workbook, the target cell which should correspond to that source cell has no formula. Here is my testing cod…...Worksheets.Names.First( n => n.Text...targetWbk.Worksheets.Insert(0, SheetType.Worksheet, "Input");...

    forum.aspose.com/t/insertcutcells-wiping-out-in...
  4. 在 .NET 中管理演示文稿的图表工作簿|Aspose.Slides 文档

    发现 Aspose.Slides for .NET:轻松管理 PowerPoint 和 OpenDocument 格式中的图表工作簿,简化您的演示文稿数据。...Worksheets 属性来访问工作表集合: using ( Presentation...for ( int i = 0 ; i < wb . Worksheets . Count ; i ++) Console ...

    docs.aspose.com/slides/zh/net/chart-workbook/
  5. 使用aspose.cells保存工作簿后,图表数据格式被修改 - Free Support F...

    原来显示百分比的数据,被修改为了小数点,这应该是个bug,预期应该不修改已有格式,示例文件见附件。 图表数据格式对比.zip (775.7 KB) public static void outputpdf() { Workbook workbook = new Workbook("D:\\图表数据格式变化.xlsm"); workbook.Save("D:\\图…...); 的情况下,部分用户发现 Excel 工作簿中的图表数据标签原本使用的百分比格式在保存后变成...的 API 文档。 var sheet = wb.Worksheets[0]; var chart = sheet.Charts[0];...

    forum.aspose.com/t/aspose-cells/322378
  6. Python via .NET File Format Processing APIs | p...

    Python APIs for Microsoft Word documents, Excel spreadsheets, PowerPoint presentations and Outlook email formats from within Python applications....Python Excel API goes above and beyond, rendering worksheets into...tasks with this powerful Python Excel API. Aspose.Email for Python...

    products.aspose.com/total/python-net/
  7. Convert XLSX to WORD with .NET or with free Onl...

    Convert XLSX to WORD on .NET Framework, .NET Core, Mono or Xamarin Platforms or online. Test free XLSX to WORD online converter quickly before integrating the code....via C# or Online App Export Excel ® XLSX to WORD on .NET Framework...reports, spreadsheets, and worksheets into one cohesive file. Business...

    products.aspose.com/total/net/conversion/xlsx-t...
  8. 删除工作表中的空白列和行时更新其他工作表中的引用|Documentation

    学习如何在使用Aspose.Cells for JavaScript通过C++删除工作表中的空白列和行时,保持对其他工作表的引用。... worksheets . add ( "Sheet2" ); // Access...columns const sht1 = wb . worksheets . get ( 0 ); sht1 . cells...

    docs.aspose.com/cells/zh/javascript-cpp/update-...
  9. [Aspose.Cells] 範囲コピーで線オブジェクトがコピーされない - Free Sup...

    Aspose.Cells for .NET(v26.1.0)を利用しています。 範囲コピーで線オブジェクトがコピーされません。 詳細は以下の添付ファイルをご確認ください。 線オブジェクトがコピーされない.zip (63.3 KB) 添付ファイル内の「検証結果.docx」をご確認ください。...CellsとExcelの表現は一致しています。 グラフィックをコピーする場合:... sheet.Cells.CopyRows(wb.Worksheets[“原本”].Cells, 0, 10, 10);...

    forum.aspose.com/t/aspose-cells/325227
  10. AbstractCalculationEngine dependency tree not w...

    I’ve implemented an AbstractCalculationEngine and the CalculationData object being passed into the Calculate override method does not properly reflect dependent changes to values in the workbook. As a result the custom f…...project with your template Excel file. I found AbstractCalculationE...])AsposeGetRange(data.Workbook, data.Worksheet, data.GetParamText(0)).Value;...

    forum.aspose.com/t/abstractcalculationengine-de...