Sort Score
Result 10 results
Languages All
Labels All
Results 5,921 - 5,930 of 27,085 for

excel worksheet

(0.11 sec)
  1. 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
  2. 使用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
  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. Convert DIF to DOTM using Python or with free O...

    DIF to DOTM conversion in your Python applications without using Microsoft Office or online. Test free DIF to DOTM online converter quickly before integrating the code....without installing Microsoft Excel ® or Word Download Why to Convert...creating and manipulating worksheets, formatting cells, applying...

    products.aspose.com/total/python-net/conversion...
  5. Convert SXC to WORD using Python or with free O...

    SXC to WORD conversion in your Python applications without using Microsoft Office or online. Test free SXC to WORD online converter quickly before integrating the code....without installing Microsoft Excel ® or Word Download Why to Convert...provides features to manipulate worksheets, rows, columns, cells, and...

    products.aspose.com/total/python-net/conversion...
  6. 删除工作表中的空白列和行时更新其他工作表中的引用|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-...
  7. 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/
  8. 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...
  9. Convert ODS to DOT using Python or with free On...

    ODS to DOT conversion in your Python applications without using Microsoft Office or online. Test free ODS to DOT online converter quickly before integrating the code....without installing Microsoft Excel ® or Word Download Why to Convert...creating and manipulating worksheets, formatting cells, applying...

    products.aspose.com/total/python-net/conversion...
  10. [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