Sort Score
Result 10 results
Languages All
Labels All
Results 4,071 - 4,080 of 30,483 for

worksheet

(0.17 sec)
  1. Excelで生成したグラフを画像に変換した際にうるう年の2/29をX軸のメモリ表示としていた場...

    ■対象パッケージ・バージョン 以下のパッケージ・バージョンのどちらでも、下記の事象が発生しています。 aspose-cells-24.10.jar aspose-cells-25.10.jar ■事象 Chart クラスの toImage メソッドを利用して Excel 上のチャートを EMF や PNG 画像ファイルに変換した際に、 x軸目盛りの日付がうるう年の2/29の場合に、2/28に強制誤変換されます。 ■再現プロ…...new Workbook(excelPath); Worksheet sheet = wb.getWorksheets()...

    forum.aspose.com/t/excel-2-29-x-2-28/327278
  2. Precedents and Dependents with JavaScript via C...

    Learn to trace precedent and dependent cells in spreadsheets using Aspose.Cells for JavaScript via C++. Understand how to identify linked cells in complex financial Worksheets....Hide ] Complex financial worksheets, especially ones developed...modified, which cells in the worksheet are impacted by that change...

    docs.aspose.com/cells/javascript-cpp/precedents...
  3. Apply Advanced Filter of Microsoft Excel to Dis...

    Learn how to apply the advanced filter of Microsoft Excel to display records meeting complex criteria by using the Aspose.Cells for Python via .NET API....apply Advanced Filter on worksheet data to display records that...Advanced Filter using the Worksheet.advancedFilter() method. Just...

    docs.aspose.com/cells/python-net/apply-advanced...
  4. Apply Advanced Filter of Microsoft Excel to Dis...

    Learn how to apply the Advanced Filter of Microsoft Excel to display records meeting complex criteria by using the Aspose.Cells for .NET API....apply Advanced Filter on worksheet data to display records that...Advanced Filter using the Worksheet.AdvancedFilter() method. Just...

    docs.aspose.com/cells/net/apply-advanced-filter...
  5. Avoid exponential notation of large numbers whi...

    Learn how to avoid exponential notation of large numbers while importing from HTML using Aspose.Cells for C++....workbook ( data , loadOptions ); Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/avoid-exponential-not...
  6. 设置打印标题|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....the worksheet PageSetup pageSetup = workbook . Worksheets [ 0...

    docs.aspose.com/cells/zh/net/set-print-titles/
  7. 使用JavaScript通过C++实现工作表的自定义纸张大小以进行渲染|Documentation

    本文介绍如何通过C++的JavaScript API在将Excel文件以PDF格式渲染时,为目标工作表设置自定义纸张大小。...Access first worksheet const ws = wb . worksheets . get ( 0 );...Access first worksheet const ws = wb . worksheets . get ( 0 );...

    docs.aspose.com/cells/zh/javascript-cpp/impleme...
  8. Aspose.Cells .NET — Inconsistent chart data ref...

    aspose-sheetcopy-repro.zip (41.1 KB) When duplicating Worksheets containing charts using both: Worksheets.AddCopy() Worksheet.Copy() with CopyOptions.ReferToDestinationSheet = true only the first copy created per sou…...references after copying worksheets (AddCopy / CopyOptions) Aspose...duplicating worksheets containing charts using both: Worksheets.AddCopy()...

    forum.aspose.com/t/aspose-cells-net-inconsisten...
  9. 计算小计|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....the first worksheet Cells cells = workbook . Worksheets [ 0 ]. Cells...

    docs.aspose.com/cells/zh/net/calculate-sub-totals/
  10. 将工作表转换为图像——用JavaScript via C++去除数据周围的空白区域|Docum...

    学习如何使用Aspose.Cells for JavaScript通过C++将Microsoft Excel工作表转换为图像,并去除数据周围的空白区域。...> < body > < h1 > Convert Worksheet to EMF Image </ h1 > < input...the first worksheet const sheet = workbook . worksheets . get (...

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